#2466DD

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

Shades of Royal Blue #2466DD

Tints of Royal Blue #2466DD

Color information

#2466DD (or 0x2466DD) is unknown color: approx Royal Blue. HEX triplet: 24, 66 and DD. RGB value is (36,102,221). Sum of RGB (Red+Green+Blue) = 36+102+221=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #2466DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2466DD is #DB9922. Grayscale: #5F5F5F. Windows color (decimal): -14391587 or 14509604. OLE color: 14509604.

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

Color convert

RGB36102221-
CMYK0.840.5400.13
HSL218.59º73.12%50.39%-
HSV(B)218.59º83.71%86.67%-
XYZ18.5315.170.34-
YUV95.83198.6385.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.03%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 221 (86.72% from 255) = 61.56%
R=10.03%
G=28.41%
B=61.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal361022210.840.5400.13218.5973.1250.39
Hex2466DD54360Ddb4932
Octal441463351246601533311162
Binary100100110011011011101101010011011001101110110111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2466DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,102,221); }

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

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

 a { background-color: rgb(36,102,221); }

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

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

 span { border-color: rgb(36,102,221); }

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