#2158DB

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

Shades of Cerulean Blue #2158DB

Tints of Cerulean Blue #2158DB

Color information

#2158DB (or 0x2158DB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 58 and DB. RGB value is (33,88,219). Sum of RGB (Red+Green+Blue) = 33+88+219=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #2158DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158DB is #DEA724. Grayscale: #555555. Windows color (decimal): -14591781 or 14374945. OLE color: 14374945.

HSL color Cylindrical-coordinate representation of color #2158DB: hue angle of 222.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2158DB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3388219-
CMYK0.850.6000.14
HSL222.26º73.81%49.41%-
HSV(B)222.26º84.93%85.88%-
XYZ16.912.4268.52-
YUV86.49202.7889.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 219 (85.94% from 255) = 64.41%
R=9.71%
G=25.88%
B=64.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal33882190.850.6000.14222.2673.8149.41
Hex2158DB553C0Ede4a31
Octal411303331257401633611261
Binary100001101100011011011101010111110001110110111101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2158DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2158DB; }

 p { color: rgb(33,88,219); }

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

<style>
 a { background-color: #2158DB; }

 a { background-color: rgb(33,88,219); }

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

<style>
 span { border-color: #2158DB; }

 span { border-color: rgb(33,88,219); }

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