#2056BC

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

Shades of Cerulean Blue #2056BC

Tints of Cerulean Blue #2056BC

Color information

#2056BC (or 0x2056BC) is unknown color: approx Cerulean Blue. HEX triplet: 20, 56 and BC. RGB value is (32,86,188). Sum of RGB (Red+Green+Blue) = 32+86+188=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #2056BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2056BC is #DFA943. Grayscale: #515151. Windows color (decimal): -14657860 or 12342816. OLE color: 12342816.

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

Color convert

RGB3286188-
CMYK0.830.5400.26
HSL219.23º70.91%43.14%-
HSV(B)219.23º82.98%73.73%-
XYZ1310.5948.94-
YUV81.48188.1192.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 188 (73.83% from 255) = 61.44%
R=10.46%
G=28.10%
B=61.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32861880.830.5400.26219.2370.9143.14
Hex2056BC533601Adb472b
Octal401262741236603233310753
Binary1000001010110101111001010011110110011010110110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2056BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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