Html Css Color HEX #2155AA Cerulean Blue

📋 copy color: '#2155AA'

red 33 ◦ green 85 ◦ blue 170

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

Shades of Cerulean Blue #2155AA

Tints of Cerulean Blue #2155AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.03%

R = 11.46%
G = 29.51%
B = 59.03%

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

#2155AA (or 0x2155AA) is known color: Cerulean Blue. HEX triplet: 21, 55 and AA. RGB value is (33,85,170). Sum of RGB (Red+Green+Blue) = 33+85+170=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #2155AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2155AA is #DEAA55. Grayscale: #4E4E4E. Windows color (decimal): -14592598 or 11162913. OLE color: 11162913.

HSL color Cylindrical-coordinate representation of color #2155AA: hue angle of 217.23º degrees, saturation: 0.67, 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 #2155AA is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 85 170 -
CMYK 0.81 0.50 0 0.33
HSL 217.23º 0.67% 0.4% -
HSV(B) 217.23º 0.81% 0.67% -
XYZ 11.13 9.72 39.32 -
YUV 79.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 33 85 170 0.81 0.50 0 0.33 217.23 0.67 0.4
Hex 21 55 AA 51 32 0 21 D9 43 28
Octal 41 125 252 121 62 0 41 331 103 50
Binary 100001 1010101 10101010 1010001 110010 0 100001 11011001 1000011 101000

Color Harmonies of #2155AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155AA

Black with #2155AA

Text Example


Text Example

White with #2155AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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