Html Css Color HEX #2158DB Cerulean Blue

📋 copy color: '#2158DB'

red 33 ◦ green 88 ◦ blue 219

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

Shades of Cerulean Blue #2158DB

Tints of Cerulean Blue #2158DB

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 value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 33 88 219 -
CMYK 0.85 0.60 0 0.14
HSL 222.26º 0.74% 0.49% -
HSV(B) 222.26º 0.85% 0.86% -
XYZ 16.9 12.42 68.52 -
YUV 86.49 202.78 89.85 -
System Red Green Blue C M Y K H S L
Decimal 33 88 219 0.85 0.60 0 0.14 222.26 0.74 0.49
Hex 21 58 DB 55 3C 0 E DE 4A 31
Octal 41 130 333 125 74 0 16 336 112 61
Binary 100001 1011000 11011011 1010101 111100 0 1110 11011110 1001010 110001

Color Harmonies of #2158DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158DB

Black with #2158DB

Text Example


Text Example

White with #2158DB

Text Example


Text Example

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