#2060DE

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

Shades of Royal Blue #2060DE

Tints of Royal Blue #2060DE

Color information

#2060DE (or 0x2060DE) is unknown color: approx Royal Blue. HEX triplet: 20, 60 and DE. RGB value is (32,96,222). Sum of RGB (Red+Green+Blue) = 32+96+222=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #2060DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2060DE is #DF9F21. Grayscale: #5A5A5A. Windows color (decimal): -14655266 or 14573600. OLE color: 14573600.

HSL color Cylindrical-coordinate representation of color #2060DE: hue angle of 219.79º 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 #2060DE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3296222-
CMYK0.860.5700.13
HSL219.79º74.8%49.8%-
HSV(B)219.79º85.59%87.06%-
XYZ17.9613.9570.85-
YUV91.23201.885.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.14%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 222 (87.11% from 255) = 63.43%
R=9.14%
G=27.43%
B=63.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32962220.860.5700.13219.7974.849.8
Hex2060DE56390Ddc4b32
Octal401403361267101533411362
Binary100000110000011011110101011011100101101110111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2060DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2060DE; }

 p { color: rgb(32,96,222); }

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

<style>
 a { background-color: #2060DE; }

 a { background-color: rgb(32,96,222); }

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

<style>
 span { border-color: #2060DE; }

 span { border-color: rgb(32,96,222); }

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