#2051BA

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

Shades of Cerulean Blue #2051BA

Tints of Cerulean Blue #2051BA

Color information

#2051BA (or 0x2051BA) is unknown color: approx Cerulean Blue. HEX triplet: 20, 51 and BA. RGB value is (32,81,186). Sum of RGB (Red+Green+Blue) = 32+81+186=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #2051BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051BA is #DFAE45. Grayscale: #4D4D4D. Windows color (decimal): -14659142 or 12210464. OLE color: 12210464.

HSL color Cylindrical-coordinate representation of color #2051BA: hue angle of 220.91º 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 #2051BA is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3281186-
CMYK0.830.5600.27
HSL220.91º70.64%42.75%-
HSV(B)220.91º82.8%72.94%-
XYZ12.49.7447.68-
YUV78.32188.7794.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=10.70%
G=27.09%
B=62.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal32811860.830.5600.27220.9170.6442.75
Hex2051BA533801Bdd472b
Octal401212721237003333510753
Binary1000001010001101110101010011111000011011110111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2051BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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