Html Css Color HEX #2055AC Cerulean Blue

📋 copy color: '#2055AC'

red 32 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #2055AC

Tints of Cerulean Blue #2055AC

RGB

 RED value IS 32 (12.89% from 255) = 11.07%

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

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

R = 11.07%
G = 29.41%
B = 59.52%

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

#2055AC (or 0x2055AC) is known color: Cerulean Blue. HEX triplet: 20, 55 and AC. RGB value is (32,85,172). Sum of RGB (Red+Green+Blue) = 32+85+172=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #2055AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2055AC is #DFAA53. Grayscale: #4E4E4E. Windows color (decimal): -14658132 or 11293984. OLE color: 11293984.

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

Color convert

RGB 32 85 172 -
CMYK 0.81 0.51 0 0.33
HSL 217.29º 0.69% 0.4% -
HSV(B) 217.29º 0.81% 0.67% -
XYZ 11.29 9.78 40.32 -
YUV 79.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 32 85 172 0.81 0.51 0 0.33 217.29 0.69 0.4
Hex 20 55 AC 51 33 0 21 D9 45 28
Octal 40 125 254 121 63 0 41 331 105 50
Binary 100000 1010101 10101100 1010001 110011 0 100001 11011001 1000101 101000

Color Harmonies of #2055AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2055AC

Black with #2055AC

Text Example


Text Example

White with #2055AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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