Html Css Color HEX #2159C0 Cerulean Blue

📋 copy color: '#2159C0'

red 33 ◦ green 89 ◦ blue 192

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

Shades of Cerulean Blue #2159C0

Tints of Cerulean Blue #2159C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 10.51%
G = 28.34%
B = 61.15%

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

#2159C0 (or 0x2159C0) is known color: Cerulean Blue. HEX triplet: 21, 59 and C0. RGB value is (33,89,192). Sum of RGB (Red+Green+Blue) = 33+89+192=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #2159C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159C0 is #DEA63F. Grayscale: #535353. Windows color (decimal): -14591552 or 12605729. OLE color: 12605729.

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

Color convert

RGB 33 89 192 -
CMYK 0.83 0.54 0 0.25
HSL 218.87º 0.71% 0.44% -
HSV(B) 218.87º 0.83% 0.75% -
XYZ 13.71 11.27 51.32 -
YUV 84 188.95 91.62 -
System Red Green Blue C M Y K H S L
Decimal 33 89 192 0.83 0.54 0 0.25 218.87 0.71 0.44
Hex 21 59 C0 53 36 0 19 DB 47 2C
Octal 41 131 300 123 66 0 31 333 107 54
Binary 100001 1011001 11000000 1010011 110110 0 11001 11011011 1000111 101100

Color Harmonies of #2159C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159C0

Black with #2159C0

Text Example


Text Example

White with #2159C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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