Html Css Color HEX #2057AD Denim

📋 copy color: '#2057AD'

red 32 ◦ green 87 ◦ blue 173

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

Shades of Denim #2057AD

Tints of Denim #2057AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 10.96%
G = 29.79%
B = 59.25%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2057AD (or 0x2057AD) is known color: Denim. HEX triplet: 20, 57 and AD. RGB value is (32,87,173). Sum of RGB (Red+Green+Blue) = 32+87+173=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #2057AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2057AD is #DFA852. Grayscale: #4F4F4F. Windows color (decimal): -14657619 or 11360032. OLE color: 11360032.

HSL color Cylindrical-coordinate representation of color #2057AD: hue angle of 216.6º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2057AD is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 87 173 -
CMYK 0.82 0.50 0 0.32
HSL 216.6º 0.69% 0.4% -
HSV(B) 216.6º 0.82% 0.68% -
XYZ 11.55 10.14 40.88 -
YUV 80.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 32 87 173 0.82 0.50 0 0.32 216.6 0.69 0.4
Hex 20 57 AD 52 32 0 20 D9 45 28
Octal 40 127 255 122 62 0 40 331 105 50
Binary 100000 1010111 10101101 1010010 110010 0 100000 11011001 1000101 101000

Color Harmonies of #2057AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2057AD

Black with #2057AD

Text Example


Text Example

White with #2057AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2057AD; }

 p { color: rgb(32,87,173); }

 H1.HeaderClassName
 {
   color: #2057AD;
 }
 .AnyTagClassName
 {
   color: #2057AD;
 }
</style>

background-color css

<style>
 a { background-color: #2057AD; }

 a { background-color: rgb(32,87,173); }

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

border-color css

<style>
 span { border-color: #2057AD; }

 span { border-color: rgb(32,87,173); }

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