Html Css Color HEX #2155AC Cerulean Blue

📋 copy color: '#2155AC'

red 33 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #2155AC

Tints of Cerulean Blue #2155AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 11.38%
G = 29.31%
B = 59.31%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2155AC (or 0x2155AC) is known color: Cerulean Blue. HEX triplet: 21, 55 and AC. RGB value is (33,85,172). Sum of RGB (Red+Green+Blue) = 33+85+172=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #2155AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2155AC is #DEAA53. Grayscale: #4E4E4E. Windows color (decimal): -14592596 or 11293985. OLE color: 11293985.

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

Color convert

RGB 33 85 172 -
CMYK 0.81 0.51 0 0.33
HSL 217.55º 0.68% 0.4% -
HSV(B) 217.55º 0.81% 0.67% -
XYZ 11.32 9.8 40.32 -
YUV 79.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 33 85 172 0.81 0.51 0 0.33 217.55 0.68 0.4
Hex 21 55 AC 51 33 0 21 DA 44 28
Octal 41 125 254 121 63 0 41 332 104 50
Binary 100001 1010101 10101100 1010001 110011 0 100001 11011010 1000100 101000

Color Harmonies of #2155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2155AC

Black with #2155AC

Text Example


Text Example

White with #2155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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