Html Css Color HEX #2158BE Cerulean Blue

📋 copy color: '#2158BE'

red 33 ◦ green 88 ◦ blue 190

#2158BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2158BE

Tints of Cerulean Blue #2158BE

RGB

 RED value IS 33 (13.28% from 255) = 10.61%

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 10.61%
G = 28.3%
B = 61.09%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2158BE (or 0x2158BE) is known color: 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

RGB 33 88 190 -
CMYK 0.83 0.54 0 0.25
HSL 218.98º 0.7% 0.44% -
HSV(B) 218.98º 0.83% 0.75% -
XYZ 13.41 11.02 50.14 -
YUV 83.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 33 88 190 0.83 0.54 0 0.25 218.98 0.7 0.44
Hex 21 58 BE 53 36 0 19 DB 46 2C
Octal 41 130 276 123 66 0 31 333 106 54
Binary 100001 1011000 10111110 1010011 110110 0 11001 11011011 1000110 101100

Color Harmonies of #2158BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158BE

Black with #2158BE

Text Example


Text Example

White with #2158BE

Text Example


Text Example

HTML Codes & Css Web 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>