Html Css Color HEX #2052D8 Cerulean Blue

📋 copy color: '#2052D8'

red 32 ◦ green 82 ◦ blue 216

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

Shades of Cerulean Blue #2052D8

Tints of Cerulean Blue #2052D8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 216 (84.77% from 255) = 65.45%

R = 9.7%
G = 24.85%
B = 65.45%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2052D8 (or 0x2052D8) is known color: Cerulean Blue. HEX triplet: 20, 52 and D8. RGB value is (32,82,216). Sum of RGB (Red+Green+Blue) = 32+82+216=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 216 (84.77% from 255 or 65.45% from 330); Max value from RGB is 216 - color contains mainly: blue. Hex color #2052D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052D8 is #DFAD27. Grayscale: #515151. Windows color (decimal): -14658856 or 14176800. OLE color: 14176800.

HSL color Cylindrical-coordinate representation of color #2052D8: hue angle of 223.7º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2052D8 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 82 216 -
CMYK 0.85 0.62 0 0.15
HSL 223.7º 0.74% 0.49% -
HSV(B) 223.7º 0.85% 0.85% -
XYZ 16.01 11.3 66.3 -
YUV 82.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 32 82 216 0.85 0.62 0 0.15 223.7 0.74 0.49
Hex 20 52 D8 55 3E 0 F E0 4A 31
Octal 40 122 330 125 76 0 17 340 112 61
Binary 100000 1010010 11011000 1010101 111110 0 1111 11100000 1001010 110001

Color Harmonies of #2052D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2052D8

Black with #2052D8

Text Example


Text Example

White with #2052D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2052D8; }

 p { color: rgb(32,82,216); }

 H1.HeaderClassName
 {
   color: #2052D8;
 }
 .AnyTagClassName
 {
   color: #2052D8;
 }
</style>

background-color css

<style>
 a { background-color: #2052D8; }

 a { background-color: rgb(32,82,216); }

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

border-color css

<style>
 span { border-color: #2052D8; }

 span { border-color: rgb(32,82,216); }

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