Html Css Color HEX #2159CB Cerulean Blue

📋 copy color: '#2159CB'

red 33 ◦ green 89 ◦ blue 203

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

Shades of Cerulean Blue #2159CB

Tints of Cerulean Blue #2159CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 10.15%
G = 27.38%
B = 62.46%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2159CB (or 0x2159CB) is known color: Cerulean Blue. HEX triplet: 21, 59 and CB. RGB value is (33,89,203). Sum of RGB (Red+Green+Blue) = 33+89+203=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #2159CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159CB is #DEA634. Grayscale: #545454. Windows color (decimal): -14591541 or 13326625. OLE color: 13326625.

HSL color Cylindrical-coordinate representation of color #2159CB: hue angle of 220.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2159CB is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 89 203 -
CMYK 0.84 0.56 0 0.20
HSL 220.24º 0.72% 0.46% -
HSV(B) 220.24º 0.84% 0.8% -
XYZ 14.98 11.78 57.98 -
YUV 85.25 194.45 90.73 -
System Red Green Blue C M Y K H S L
Decimal 33 89 203 0.84 0.56 0 0.20 220.24 0.72 0.46
Hex 21 59 CB 54 38 0 14 DC 48 2E
Octal 41 131 313 124 70 0 24 334 110 56
Binary 100001 1011001 11001011 1010100 111000 0 10100 11011100 1001000 101110

Color Harmonies of #2159CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159CB

Black with #2159CB

Text Example


Text Example

White with #2159CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2159CB; }

 p { color: rgb(33,89,203); }

 H1.HeaderClassName
 {
   color: #2159CB;
 }
 .AnyTagClassName
 {
   color: #2159CB;
 }
</style>

background-color css

<style>
 a { background-color: #2159CB; }

 a { background-color: rgb(33,89,203); }

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

border-color css

<style>
 span { border-color: #2159CB; }

 span { border-color: rgb(33,89,203); }

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