Shades of Air Force Blue #508AAD
Tints of Air Force Blue #508AAD
RGB
CMYK
RGB Variations
Color information
#508AAD (or 0x508AAD) is known color: Air Force Blue. HEX triplet: 50, 8A and AD. RGB value is (80,138,173). Sum of RGB (Red+Green+Blue) = 80+138+173=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #508AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AAD is #AF7552. Grayscale: #7C7C7C. Windows color (decimal): -11498835 or 11373136. OLE color: 11373136.
HSL color Cylindrical-coordinate representation of color #508AAD: hue angle of 202.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508AAD is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 138 | 173 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.32 |
| HSL | 202.58º | 0.37% | 0.5% | - |
| HSV(B) | 202.58º | 0.54% | 0.68% | - |
| XYZ | 19.94 | 22.9 | 42.9 | - |
| YUV | 124.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 173 | 0.54 | 0.20 | 0 | 0.32 | 202.58 | 0.37 | 0.5 |
| Hex | 50 | 8A | AD | 36 | 14 | 0 | 20 | CB | 25 | 32 |
| Octal | 120 | 212 | 255 | 66 | 24 | 0 | 40 | 313 | 45 | 62 |
| Binary | 1010000 | 10001010 | 10101101 | 110110 | 10100 | 0 | 100000 | 11001011 | 100101 | 110010 |
Color Harmonies of #508AAD
Complementary color
Monochromatic Colors of #508AAD
Black with #508AAD
Text Example
Text Example
White with #508AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AAD; }
p { color: rgb(80,138,173); }
H1.HeaderClassName
{
color: #508AAD;
}
.AnyTagClassName
{
color: #508AAD;
}
</style>
background-color css
<style>
a { background-color: #508AAD; }
a { background-color: rgb(80,138,173); }
div.DivClassName
{
background-color: #508AAD;
}
.BgClassName
{
background-color: #508AAD;
}
</style>
border-color css
<style>
span { border-color: #508AAD; }
span { border-color: rgb(80,138,173); }
td.TdClassName
{
border-color: #508AAD;
}
.TagClassName
{
border-color: #508AAD;
}
</style>