Html Css Color HEX #2055AF Cerulean Blue

📋 copy color: '#2055AF'

red 32 ◦ green 85 ◦ blue 175

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

Shades of Cerulean Blue #2055AF

Tints of Cerulean Blue #2055AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 10.96%
G = 29.11%
B = 59.93%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2055AF (or 0x2055AF) is known color: Cerulean Blue. HEX triplet: 20, 55 and AF. RGB value is (32,85,175). Sum of RGB (Red+Green+Blue) = 32+85+175=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #2055AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2055AF is #DFAA50. Grayscale: #4F4F4F. Windows color (decimal): -14658129 or 11490592. OLE color: 11490592.

HSL color Cylindrical-coordinate representation of color #2055AF: hue angle of 217.76º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2055AF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 85 175 -
CMYK 0.82 0.51 0 0.31
HSL 217.76º 0.69% 0.41% -
HSV(B) 217.76º 0.82% 0.69% -
XYZ 11.58 9.9 41.86 -
YUV 79.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 32 85 175 0.82 0.51 0 0.31 217.76 0.69 0.41
Hex 20 55 AF 52 33 0 1F DA 45 29
Octal 40 125 257 122 63 0 37 332 105 51
Binary 100000 1010101 10101111 1010010 110011 0 11111 11011010 1000101 101001

Color Harmonies of #2055AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2055AF

Black with #2055AF

Text Example


Text Example

White with #2055AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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