#2064EF

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

Shades of Royal Blue #2064EF

Tints of Royal Blue #2064EF

Color information

#2064EF (or 0x2064EF) is unknown color: approx Royal Blue. HEX triplet: 20, 64 and EF. RGB value is (32,100,239). Sum of RGB (Red+Green+Blue) = 32+100+239=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #2064EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2064EF is #DF9B10. Grayscale: #5E5E5E. Windows color (decimal): -14654225 or 15688736. OLE color: 15688736.

HSL color Cylindrical-coordinate representation of color #2064EF: hue angle of 220.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2064EF is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32100239-
CMYK0.870.5800.06
HSL220.29º86.61%53.14%-
HSV(B)220.29º86.61%93.73%-
XYZ20.7315.6583.59-
YUV95.51208.9782.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.63%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 239 (93.75% from 255) = 64.42%
R=8.63%
G=26.95%
B=64.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321002390.870.5800.06220.2986.6153.14
Hex2064EF573A06dc5735
Octal40144357127720633412765
Binary10000011001001110111110101111110100110110111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2064EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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