#2864DD

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

Shades of Royal Blue #2864DD

Tints of Royal Blue #2864DD

Color information

#2864DD (or 0x2864DD) is unknown color: approx Royal Blue. HEX triplet: 28, 64 and DD. RGB value is (40,100,221). Sum of RGB (Red+Green+Blue) = 40+100+221=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #2864DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2864DD is #D79B22. Grayscale: #5F5F5F. Windows color (decimal): -14129955 or 14509096. OLE color: 14509096.

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

Color convert

RGB40100221-
CMYK0.820.5500.13
HSL220.11º72.69%51.18%-
HSV(B)220.11º81.9%86.67%-
XYZ18.4814.7970.29-
YUV95.85198.6288.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.08%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 221 (86.72% from 255) = 61.22%
R=11.08%
G=27.70%
B=61.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal401002210.820.5500.13220.1172.6951.18
Hex2864DD52370Ddc4933
Octal501443351226701533411163
Binary101000110010011011101101001011011101101110111001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2864DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,100,221); }

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

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

 a { background-color: rgb(40,100,221); }

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

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

 span { border-color: rgb(40,100,221); }

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