#2056BF

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

Shades of Cerulean Blue #2056BF

Tints of Cerulean Blue #2056BF

Color information

#2056BF (or 0x2056BF) is unknown color: approx Cerulean Blue. HEX triplet: 20, 56 and BF. RGB value is (32,86,191). Sum of RGB (Red+Green+Blue) = 32+86+191=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #2056BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056BF is #DFA940. Grayscale: #515151. Windows color (decimal): -14657857 or 12539424. OLE color: 12539424.

HSL color Cylindrical-coordinate representation of color #2056BF: hue angle of 219.62º 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 #2056BF is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3286191-
CMYK0.830.5500.25
HSL219.62º71.3%43.73%-
HSV(B)219.62º83.25%74.9%-
XYZ13.3310.7250.66-
YUV81.82189.6192.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 191 (75% from 255) = 61.81%
R=10.36%
G=27.83%
B=61.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32861910.830.5500.25219.6271.343.73
Hex2056BF5337019dc472c
Octal401262771236703133410754
Binary1000001010110101111111010011110111011001110111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2056BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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