#2159cc

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

Shades of Cerulean Blue #2159CC

Tints of Cerulean Blue #2159CC

Color information

#2159CC (or 0x2159CC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 59 and CC. RGB value is (33,89,204). Sum of RGB (Red+Green+Blue) = 33+89+204=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2159CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159CC is #DEA633. Grayscale: #545454. Windows color (decimal): -14591540 or 13392161. OLE color: 13392161.

HSL color Cylindrical-coordinate representation of color #2159CC: hue angle of 220.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2159CC is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3389204-
CMYK0.840.5600.2
HSL220.35º72.15%46.47%-
HSV(B)220.35º83.82%80%-
XYZ15.111.8358.61-
YUV85.37194.9590.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 204 (80.08% from 255) = 62.58%
R=10.12%
G=27.30%
B=62.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33892040.840.5600.2220.3572.1546.47
Hex2159CC5438014dc482e
Octal411313141247002433411056
Binary1000011011001110011001010100111000010100110111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2159cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2159cc; }

 p { color: rgb(33,89,204); }

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

<style>
 a { background-color: #2159cc; }

 a { background-color: rgb(33,89,204); }

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

<style>
 span { border-color: #2159cc; }

 span { border-color: rgb(33,89,204); }

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