Html Css Color HEX #2059CB Cerulean Blue

📋 copy color: '#2059CB'

red 32 ◦ green 89 ◦ blue 203

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

Shades of Cerulean Blue #2059CB

Tints of Cerulean Blue #2059CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.65%

R = 9.88%
G = 27.47%
B = 62.65%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2059CB (or 0x2059CB) is known color: Cerulean Blue. HEX triplet: 20, 59 and CB. RGB value is (32,89,203). Sum of RGB (Red+Green+Blue) = 32+89+203=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #2059CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059CB is #DFA634. Grayscale: #545454. Windows color (decimal): -14657077 or 13326624. OLE color: 13326624.

HSL color Cylindrical-coordinate representation of color #2059CB: hue angle of 220º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2059CB is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 89 203 -
CMYK 0.84 0.56 0 0.20
HSL 220º 0.73% 0.46% -
HSV(B) 220º 0.84% 0.8% -
XYZ 14.95 11.76 57.98 -
YUV 84.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 32 89 203 0.84 0.56 0 0.20 220 0.73 0.46
Hex 20 59 CB 54 38 0 14 DC 49 2E
Octal 40 131 313 124 70 0 24 334 111 56
Binary 100000 1011001 11001011 1010100 111000 0 10100 11011100 1001001 101110

Color Harmonies of #2059CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2059CB

Black with #2059CB

Text Example


Text Example

White with #2059CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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