Html Css Color HEX #518DAF Air Force Blue

📋 copy color: '#518DAF'

red 81 ◦ green 141 ◦ blue 175

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

Shades of Air Force Blue #518DAF

Tints of Air Force Blue #518DAF

RGB

 RED value IS 81 (32.03% from 255) = 20.4%

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 20.4%
G = 35.52%
B = 44.08%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#518DAF (or 0x518DAF) is known color: Air Force Blue. HEX triplet: 51, 8D and AF. RGB value is (81,141,175). Sum of RGB (Red+Green+Blue) = 81+141+175=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #518DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAF is #AE7250. Grayscale: #7E7E7E. Windows color (decimal): -11432529 or 11504977. OLE color: 11504977.

HSL color Cylindrical-coordinate representation of color #518DAF: hue angle of 201.7º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #518DAF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 141 175 -
CMYK 0.54 0.19 0 0.31
HSL 201.7º 0.37% 0.5% -
HSV(B) 201.7º 0.54% 0.69% -
XYZ 20.66 23.89 44.08 -
YUV 126.94 155.12 95.24 -
System Red Green Blue C M Y K H S L
Decimal 81 141 175 0.54 0.19 0 0.31 201.7 0.37 0.5
Hex 51 8D AF 36 13 0 1F CA 25 32
Octal 121 215 257 66 23 0 37 312 45 62
Binary 1010001 10001101 10101111 110110 10011 0 11111 11001010 100101 110010

Color Harmonies of #518DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DAF

Black with #518DAF

Text Example


Text Example

White with #518DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DAF; }

 p { color: rgb(81,141,175); }

 H1.HeaderClassName
 {
   color: #518DAF;
 }
 .AnyTagClassName
 {
   color: #518DAF;
 }
</style>

background-color css

<style>
 a { background-color: #518DAF; }

 a { background-color: rgb(81,141,175); }

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

border-color css

<style>
 span { border-color: #518DAF; }

 span { border-color: rgb(81,141,175); }

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