Html Css Color HEX #2052BA Cerulean Blue

📋 copy color: '#2052BA'

red 32 ◦ green 82 ◦ blue 186

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

Shades of Cerulean Blue #2052BA

Tints of Cerulean Blue #2052BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62%

R = 10.67%
G = 27.33%
B = 62%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2052BA (or 0x2052BA) is known color: Cerulean Blue. HEX triplet: 20, 52 and BA. RGB value is (32,82,186). Sum of RGB (Red+Green+Blue) = 32+82+186=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #2052BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052BA is #DFAD45. Grayscale: #4E4E4E. Windows color (decimal): -14658886 or 12210720. OLE color: 12210720.

HSL color Cylindrical-coordinate representation of color #2052BA: hue angle of 220.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2052BA is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 82 186 -
CMYK 0.83 0.56 0 0.27
HSL 220.52º 0.71% 0.43% -
HSV(B) 220.52º 0.83% 0.73% -
XYZ 12.48 9.89 47.71 -
YUV 78.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 32 82 186 0.83 0.56 0 0.27 220.52 0.71 0.43
Hex 20 52 BA 53 38 0 1B DD 47 2B
Octal 40 122 272 123 70 0 33 335 107 53
Binary 100000 1010010 10111010 1010011 111000 0 11011 11011101 1000111 101011

Color Harmonies of #2052BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2052BA

Black with #2052BA

Text Example


Text Example

White with #2052BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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