Html Css Color HEX #2159DB Cerulean Blue

📋 copy color: '#2159DB'

red 33 ◦ green 89 ◦ blue 219

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

Shades of Cerulean Blue #2159DB

Tints of Cerulean Blue #2159DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.22%

R = 9.68%
G = 26.1%
B = 64.22%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2159DB (or 0x2159DB) is known color: Cerulean Blue. HEX triplet: 21, 59 and DB. RGB value is (33,89,219). Sum of RGB (Red+Green+Blue) = 33+89+219=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2159DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159DB is #DEA624. Grayscale: #565656. Windows color (decimal): -14591525 or 14375201. OLE color: 14375201.

HSL color Cylindrical-coordinate representation of color #2159DB: hue angle of 221.94º 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 #2159DB is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 89 219 -
CMYK 0.85 0.59 0 0.14
HSL 221.94º 0.74% 0.49% -
HSV(B) 221.94º 0.85% 0.86% -
XYZ 16.99 12.58 68.55 -
YUV 87.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 33 89 219 0.85 0.59 0 0.14 221.94 0.74 0.49
Hex 21 59 DB 55 3B 0 E DE 4A 31
Octal 41 131 333 125 73 0 16 336 112 61
Binary 100001 1011001 11011011 1010101 111011 0 1110 11011110 1001010 110001

Color Harmonies of #2159DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159DB

Black with #2159DB

Text Example


Text Example

White with #2159DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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