#2064DF

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

Shades of Royal Blue #2064DF

Tints of Royal Blue #2064DF

Color information

#2064DF (or 0x2064DF) is unknown color: approx Royal Blue. HEX triplet: 20, 64 and DF. RGB value is (32,100,223). Sum of RGB (Red+Green+Blue) = 32+100+223=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #2064DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064DF is #DF9B20. Grayscale: #5D5D5D. Windows color (decimal): -14654241 or 14640160. OLE color: 14640160.

HSL color Cylindrical-coordinate representation of color #2064DF: hue angle of 218.64º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2064DF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB32100223-
CMYK0.860.5500.13
HSL218.64º74.9%50%-
HSV(B)218.64º85.65%87.45%-
XYZ18.4714.7571.69-
YUV93.69200.9784-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 223 (87.5% from 255) = 62.82%
R=9.01%
G=28.17%
B=62.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal321002230.860.5500.13218.6474.950
Hex2064DF56370Ddb4b32
Octal401443371266701533311362
Binary100000110010011011111101011011011101101110110111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2064DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2064DF; }

 p { color: rgb(32,100,223); }

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

<style>
 a { background-color: #2064DF; }

 a { background-color: rgb(32,100,223); }

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

<style>
 span { border-color: #2064DF; }

 span { border-color: rgb(32,100,223); }

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