#2059E3

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

Shades of Royal Blue #2059E3

Tints of Royal Blue #2059E3

Color information

#2059E3 (or 0x2059E3) is unknown color: approx Royal Blue. HEX triplet: 20, 59 and E3. RGB value is (32,89,227). Sum of RGB (Red+Green+Blue) = 32+89+227=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 227 (89.06% from 255 or 65.23% from 348); Max value from RGB is 227 - color contains mainly: blue. Hex color #2059E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059E3 is #DFA61C. Grayscale: #575757. Windows color (decimal): -14657053 or 14899488. OLE color: 14899488.

HSL color Cylindrical-coordinate representation of color #2059E3: hue angle of 222.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2059E3 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3289227-
CMYK0.860.6100.11
HSL222.46º77.69%50.78%-
HSV(B)222.46º85.9%89.02%-
XYZ18.031374.23-
YUV87.69206.6288.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.20%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 227 (89.06% from 255) = 65.23%
R=9.20%
G=25.57%
B=65.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32892270.860.6100.11222.4677.6950.78
Hex2059E3563D0Bde4e33
Octal401313431267501333611663
Binary100000101100111100011101011011110101011110111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2059E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2059E3; }

 p { color: rgb(32,89,227); }

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

<style>
 a { background-color: #2059E3; }

 a { background-color: rgb(32,89,227); }

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

<style>
 span { border-color: #2059E3; }

 span { border-color: rgb(32,89,227); }

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