Html Css Color HEX #2159BD Cerulean Blue

📋 copy color: '#2159BD'

red 33 ◦ green 89 ◦ blue 189

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

Shades of Cerulean Blue #2159BD

Tints of Cerulean Blue #2159BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 10.61%
G = 28.62%
B = 60.77%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2159BD (or 0x2159BD) is known color: Cerulean Blue. HEX triplet: 21, 59 and BD. RGB value is (33,89,189). Sum of RGB (Red+Green+Blue) = 33+89+189=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #2159BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2159BD is #DEA642. Grayscale: #535353. Windows color (decimal): -14591555 or 12409121. OLE color: 12409121.

HSL color Cylindrical-coordinate representation of color #2159BD: hue angle of 218.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2159BD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 89 189 -
CMYK 0.83 0.53 0 0.26
HSL 218.46º 0.7% 0.44% -
HSV(B) 218.46º 0.83% 0.74% -
XYZ 13.38 11.14 49.59 -
YUV 83.66 187.45 91.87 -
System Red Green Blue C M Y K H S L
Decimal 33 89 189 0.83 0.53 0 0.26 218.46 0.7 0.44
Hex 21 59 BD 53 35 0 1A DA 46 2C
Octal 41 131 275 123 65 0 32 332 106 54
Binary 100001 1011001 10111101 1010011 110101 0 11010 11011010 1000110 101100

Color Harmonies of #2159BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159BD

Black with #2159BD

Text Example


Text Example

White with #2159BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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