#2051B6

Color #2051B6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2051B6

Tints of Cerulean Blue #2051B6

Color information

#2051B6 (or 0x2051B6) is unknown color: approx Cerulean Blue. HEX triplet: 20, 51 and B6. RGB value is (32,81,182). Sum of RGB (Red+Green+Blue) = 32+81+182=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 182 (71.48% from 255 or 61.69% from 295); Max value from RGB is 182 - color contains mainly: blue. Hex color #2051B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051B6 is #DFAE49. Grayscale: #4D4D4D. Windows color (decimal): -14659146 or 11948320. OLE color: 11948320.

HSL color Cylindrical-coordinate representation of color #2051B6: hue angle of 220.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2051B6 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3281182-
CMYK0.820.5500.29
HSL220.4º70.09%41.96%-
HSV(B)220.4º82.42%71.37%-
XYZ11.989.5745.47-
YUV77.86186.7795.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.85%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 182 (71.48% from 255) = 61.69%
R=10.85%
G=27.46%
B=61.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32811820.820.5500.29220.470.0941.96
Hex2051B6523701Ddc462a
Octal401212661226703533410652
Binary1000001010001101101101010010110111011101110111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2051B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2051B6;
 }
 .AnyTagClassName
 {
   color: #2051B6;
 }
</style>
background-color css

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

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

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

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

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

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