Shades of Air Force Blue #508AAF
Tints of Air Force Blue #508AAF
RGB
CMYK
RGB Variations
Color information
#508AAF (or 0x508AAF) is known color: Air Force Blue. HEX triplet: 50, 8A and AF. RGB value is (80,138,175). Sum of RGB (Red+Green+Blue) = 80+138+175=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #508AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AAF is #AF7550. Grayscale: #7C7C7C. Windows color (decimal): -11498833 or 11504208. OLE color: 11504208.
HSL color Cylindrical-coordinate representation of color #508AAF: hue angle of 203.37º 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 #508AAF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 138 | 175 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.31 |
| HSL | 203.37º | 0.37% | 0.5% | - |
| HSV(B) | 203.37º | 0.54% | 0.69% | - |
| XYZ | 20.13 | 22.98 | 43.93 | - |
| YUV | 124.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 175 | 0.54 | 0.21 | 0 | 0.31 | 203.37 | 0.37 | 0.5 |
| Hex | 50 | 8A | AF | 36 | 15 | 0 | 1F | CB | 25 | 32 |
| Octal | 120 | 212 | 257 | 66 | 25 | 0 | 37 | 313 | 45 | 62 |
| Binary | 1010000 | 10001010 | 10101111 | 110110 | 10101 | 0 | 11111 | 11001011 | 100101 | 110010 |
Color Harmonies of #508AAF
Complementary color
Monochromatic Colors of #508AAF
Black with #508AAF
Text Example
Text Example
White with #508AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AAF; }
p { color: rgb(80,138,175); }
H1.HeaderClassName
{
color: #508AAF;
}
.AnyTagClassName
{
color: #508AAF;
}
</style>
background-color css
<style>
a { background-color: #508AAF; }
a { background-color: rgb(80,138,175); }
div.DivClassName
{
background-color: #508AAF;
}
.BgClassName
{
background-color: #508AAF;
}
</style>
border-color css
<style>
span { border-color: #508AAF; }
span { border-color: rgb(80,138,175); }
td.TdClassName
{
border-color: #508AAF;
}
.TagClassName
{
border-color: #508AAF;
}
</style>