Html Css Color HEX #2059CE Cerulean Blue

📋 copy color: '#2059CE'

red 32 ◦ green 89 ◦ blue 206

#2059CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2059CE

Tints of Cerulean Blue #2059CE

RGB

 RED value IS 32 (12.89% from 255) = 9.79%

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 9.79%
G = 27.22%
B = 63%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2059CE (or 0x2059CE) is known color: Cerulean Blue. HEX triplet: 20, 59 and CE. RGB value is (32,89,206). Sum of RGB (Red+Green+Blue) = 32+89+206=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #2059CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059CE is #DFA631. Grayscale: #545454. Windows color (decimal): -14657074 or 13523232. OLE color: 13523232.

HSL color Cylindrical-coordinate representation of color #2059CE: hue angle of 220.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2059CE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 89 206 -
CMYK 0.84 0.57 0 0.19
HSL 220.34º 0.73% 0.47% -
HSV(B) 220.34º 0.84% 0.81% -
XYZ 15.31 11.91 59.88 -
YUV 85.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 32 89 206 0.84 0.57 0 0.19 220.34 0.73 0.47
Hex 20 59 CE 54 39 0 13 DC 49 2F
Octal 40 131 316 124 71 0 23 334 111 57
Binary 100000 1011001 11001110 1010100 111001 0 10011 11011100 1001001 101111

Color Harmonies of #2059CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2059CE

Black with #2059CE

Text Example


Text Example

White with #2059CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2059CE;
 }
 .AnyTagClassName
 {
   color: #2059CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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