#2158be

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

Shades of Cerulean Blue #2158BE

Tints of Cerulean Blue #2158BE

Color information

#2158BE (or 0x2158BE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 58 and BE. RGB value is (33,88,190). Sum of RGB (Red+Green+Blue) = 33+88+190=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #2158BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158BE is #DEA741. Grayscale: #525252. Windows color (decimal): -14591810 or 12474401. OLE color: 12474401.

HSL color Cylindrical-coordinate representation of color #2158BE: hue angle of 218.98º degrees, saturation: 0.7, 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 #2158BE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3388190-
CMYK0.830.5400.25
HSL218.98º70.4%43.73%-
HSV(B)218.98º82.63%74.51%-
XYZ13.4111.0250.14-
YUV83.18188.2892.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=10.61%
G=28.30%
B=61.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33881900.830.5400.25218.9870.443.73
Hex2158BE5336019db462c
Octal411302761236603133310654
Binary1000011011000101111101010011110110011001110110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2158be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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