#2667DD

Color #2667DD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2667DD

Tints of Royal Blue #2667DD

Color information

#2667DD (or 0x2667DD) is unknown color: approx Royal Blue. HEX triplet: 26, 67 and DD. RGB value is (38,103,221). Sum of RGB (Red+Green+Blue) = 38+103+221=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #2667DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2667DD is #D99822. Grayscale: #606060. Windows color (decimal): -14260259 or 14509862. OLE color: 14509862.

HSL color Cylindrical-coordinate representation of color #2667DD: hue angle of 218.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2667DD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38103221-
CMYK0.830.5300.13
HSL218.69º72.91%50.78%-
HSV(B)218.69º82.81%86.67%-
XYZ18.715.3370.38-
YUV97.02197.9785.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.50%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 221 (86.72% from 255) = 61.05%
R=10.50%
G=28.45%
B=61.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal381032210.830.5300.13218.6972.9150.78
Hex2667DD53350Ddb4933
Octal461473351236501533311163
Binary100110110011111011101101001111010101101110110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2667DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2667DD; }

 p { color: rgb(38,103,221); }

 H1.HeaderClassName
 {
   color: #2667DD;
 }
 .AnyTagClassName
 {
   color: #2667DD;
 }
</style>
background-color css

<style>
 a { background-color: #2667DD; }

 a { background-color: rgb(38,103,221); }

 div.DivClassName
 {
   background-color: #2667DD;
 }
 .BgClassName
 {
   background-color: #2667DD;
 }
</style>
border-color css

<style>
 span { border-color: #2667DD; }

 span { border-color: rgb(38,103,221); }

 td.TdClassName
 {
   border-color: #2667DD;
 }
 .TagClassName
 {
   border-color: #2667DD;
 }
</style>