Html Css Color HEX #2051BD Cerulean Blue

📋 copy color: '#2051BD'

red 32 ◦ green 81 ◦ blue 189

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

Shades of Cerulean Blue #2051BD

Tints of Cerulean Blue #2051BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 189 (74.22% from 255) = 62.58%

R = 10.6%
G = 26.82%
B = 62.58%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2051BD (or 0x2051BD) is known color: Cerulean Blue. HEX triplet: 20, 51 and BD. RGB value is (32,81,189). Sum of RGB (Red+Green+Blue) = 32+81+189=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #2051BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051BD is #DFAE42. Grayscale: #4E4E4E. Windows color (decimal): -14659139 or 12407072. OLE color: 12407072.

HSL color Cylindrical-coordinate representation of color #2051BD: hue angle of 221.27º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2051BD is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 81 189 -
CMYK 0.83 0.57 0 0.26
HSL 221.27º 0.71% 0.43% -
HSV(B) 221.27º 0.83% 0.74% -
XYZ 12.72 9.87 49.38 -
YUV 78.66 190.27 94.72 -
System Red Green Blue C M Y K H S L
Decimal 32 81 189 0.83 0.57 0 0.26 221.27 0.71 0.43
Hex 20 51 BD 53 39 0 1A DD 47 2B
Octal 40 121 275 123 71 0 32 335 107 53
Binary 100000 1010001 10111101 1010011 111001 0 11010 11011101 1000111 101011

Color Harmonies of #2051BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2051BD

Black with #2051BD

Text Example


Text Example

White with #2051BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2051BD; }

 p { color: rgb(32,81,189); }

 H1.HeaderClassName
 {
   color: #2051BD;
 }
 .AnyTagClassName
 {
   color: #2051BD;
 }
</style>

background-color css

<style>
 a { background-color: #2051BD; }

 a { background-color: rgb(32,81,189); }

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

border-color css

<style>
 span { border-color: #2051BD; }

 span { border-color: rgb(32,81,189); }

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