Html Css Color HEX #2155AB Cerulean Blue

📋 copy color: '#2155AB'

red 33 ◦ green 85 ◦ blue 171

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

Shades of Cerulean Blue #2155AB

Tints of Cerulean Blue #2155AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 11.42%
G = 29.41%
B = 59.17%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2155AB (or 0x2155AB) is known color: Cerulean Blue. HEX triplet: 21, 55 and AB. RGB value is (33,85,171). Sum of RGB (Red+Green+Blue) = 33+85+171=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2155AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2155AB is #DEAA54. Grayscale: #4E4E4E. Windows color (decimal): -14592597 or 11228449. OLE color: 11228449.

HSL color Cylindrical-coordinate representation of color #2155AB: hue angle of 217.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2155AB is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 85 171 -
CMYK 0.81 0.50 0 0.33
HSL 217.39º 0.68% 0.4% -
HSV(B) 217.39º 0.81% 0.67% -
XYZ 11.23 9.76 39.82 -
YUV 79.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 33 85 171 0.81 0.50 0 0.33 217.39 0.68 0.4
Hex 21 55 AB 51 32 0 21 D9 44 28
Octal 41 125 253 121 62 0 41 331 104 50
Binary 100001 1010101 10101011 1010001 110010 0 100001 11011001 1000100 101000

Color Harmonies of #2155AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155AB

Black with #2155AB

Text Example


Text Example

White with #2155AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2155AB; }

 p { color: rgb(33,85,171); }

 H1.HeaderClassName
 {
   color: #2155AB;
 }
 .AnyTagClassName
 {
   color: #2155AB;
 }
</style>

background-color css

<style>
 a { background-color: #2155AB; }

 a { background-color: rgb(33,85,171); }

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

border-color css

<style>
 span { border-color: #2155AB; }

 span { border-color: rgb(33,85,171); }

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