Html Css Color HEX #2059D0 Cerulean Blue

📋 copy color: '#2059D0'

red 32 ◦ green 89 ◦ blue 208

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

Shades of Cerulean Blue #2059D0

Tints of Cerulean Blue #2059D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 63.22%

R = 9.73%
G = 27.05%
B = 63.22%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2059D0 (or 0x2059D0) is known color: Cerulean Blue. HEX triplet: 20, 59 and D0. RGB value is (32,89,208). Sum of RGB (Red+Green+Blue) = 32+89+208=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 208 (81.64% from 255 or 63.22% from 329); Max value from RGB is 208 - color contains mainly: blue. Hex color #2059D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059D0 is #DFA62F. Grayscale: #545454. Windows color (decimal): -14657072 or 13654304. OLE color: 13654304.

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

Color convert

RGB 32 89 208 -
CMYK 0.85 0.57 0 0.18
HSL 220.57º 0.73% 0.47% -
HSV(B) 220.57º 0.85% 0.82% -
XYZ 15.55 12.01 61.17 -
YUV 85.52 197.12 89.82 -
System Red Green Blue C M Y K H S L
Decimal 32 89 208 0.85 0.57 0 0.18 220.57 0.73 0.47
Hex 20 59 D0 55 39 0 12 DD 49 2F
Octal 40 131 320 125 71 0 22 335 111 57
Binary 100000 1011001 11010000 1010101 111001 0 10010 11011101 1001001 101111

Color Harmonies of #2059D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2059D0

Black with #2059D0

Text Example


Text Example

White with #2059D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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