Html Css Color HEX #2052BF Cerulean Blue

📋 copy color: '#2052BF'

red 32 ◦ green 82 ◦ blue 191

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

Shades of Cerulean Blue #2052BF

Tints of Cerulean Blue #2052BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.62%

R = 10.49%
G = 26.89%
B = 62.62%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2052BF (or 0x2052BF) is known color: Cerulean Blue. HEX triplet: 20, 52 and BF. RGB value is (32,82,191). Sum of RGB (Red+Green+Blue) = 32+82+191=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #2052BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052BF is #DFAD40. Grayscale: #4E4E4E. Windows color (decimal): -14658881 or 12538400. OLE color: 12538400.

HSL color Cylindrical-coordinate representation of color #2052BF: hue angle of 221.13º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2052BF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 82 191 -
CMYK 0.83 0.57 0 0.25
HSL 221.13º 0.71% 0.44% -
HSV(B) 221.13º 0.83% 0.75% -
XYZ 13.02 10.1 50.55 -
YUV 79.48 190.94 94.14 -
System Red Green Blue C M Y K H S L
Decimal 32 82 191 0.83 0.57 0 0.25 221.13 0.71 0.44
Hex 20 52 BF 53 39 0 19 DD 47 2C
Octal 40 122 277 123 71 0 31 335 107 54
Binary 100000 1010010 10111111 1010011 111001 0 11001 11011101 1000111 101100

Color Harmonies of #2052BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2052BF

Black with #2052BF

Text Example


Text Example

White with #2052BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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