Html Css Color HEX #2159CA Cerulean Blue

📋 copy color: '#2159CA'

red 33 ◦ green 89 ◦ blue 202

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

Shades of Cerulean Blue #2159CA

Tints of Cerulean Blue #2159CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 62.35%

R = 10.19%
G = 27.47%
B = 62.35%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2159CA (or 0x2159CA) is known color: Cerulean Blue. HEX triplet: 21, 59 and CA. RGB value is (33,89,202). Sum of RGB (Red+Green+Blue) = 33+89+202=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #2159CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159CA is #DEA635. Grayscale: #545454. Windows color (decimal): -14591542 or 13261089. OLE color: 13261089.

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

Color convert

RGB 33 89 202 -
CMYK 0.84 0.56 0 0.21
HSL 220.12º 0.72% 0.46% -
HSV(B) 220.12º 0.84% 0.79% -
XYZ 14.86 11.73 57.36 -
YUV 85.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 33 89 202 0.84 0.56 0 0.21 220.12 0.72 0.46
Hex 21 59 CA 54 38 0 15 DC 48 2E
Octal 41 131 312 124 70 0 25 334 110 56
Binary 100001 1011001 11001010 1010100 111000 0 10101 11011100 1001000 101110

Color Harmonies of #2159CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159CA

Black with #2159CA

Text Example


Text Example

White with #2159CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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