Html Css Color HEX #2158DC Cerulean Blue

📋 copy color: '#2158DC'

red 33 ◦ green 88 ◦ blue 220

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

Shades of Cerulean Blue #2158DC

Tints of Cerulean Blue #2158DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 9.68%
G = 25.81%
B = 64.52%

CMYK

 C value IS 0.85

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2158DC (or 0x2158DC) is known color: Cerulean Blue. HEX triplet: 21, 58 and DC. RGB value is (33,88,220). Sum of RGB (Red+Green+Blue) = 33+88+220=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #2158DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2158DC is #DEA723. Grayscale: #565656. Windows color (decimal): -14591780 or 14440481. OLE color: 14440481.

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

Color convert

RGB 33 88 220 -
CMYK 0.85 0.6 0 0.14
HSL 222.35º 0.74% 0.5% -
HSV(B) 222.35º 0.85% 0.86% -
XYZ 17.04 12.47 69.22 -
YUV 86.6 203.28 89.77 -
System Red Green Blue C M Y K H S L
Decimal 33 88 220 0.85 0.6 0 0.14 222.35 0.74 0.5
Hex 21 58 DC 55 3C 0 E DE 4A 32
Octal 41 130 334 125 74 0 16 336 112 62
Binary 100001 1011000 11011100 1010101 111100 0 1110 11011110 1001010 110010

Color Harmonies of #2158DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2158DC

Black with #2158DC

Text Example


Text Example

White with #2158DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2158DC;
 }
 .AnyTagClassName
 {
   color: #2158DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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