Shades of Air Force Blue #507EA0
Tints of Air Force Blue #507EA0
RGB
CMYK
RGB Variations
Color information
#507EA0 (or 0x507EA0) is known color: Air Force Blue. HEX triplet: 50, 7E and A0. RGB value is (80,126,160). Sum of RGB (Red+Green+Blue) = 80+126+160=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #507EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507EA0 is #AF815F. Grayscale: #737373. Windows color (decimal): -11501920 or 10518096. OLE color: 10518096.
HSL color Cylindrical-coordinate representation of color #507EA0: hue angle of 205.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507EA0 is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 126 | 160 | - |
| CMYK | 0.5 | 0.21 | 0 | 0.37 |
| HSL | 205.5º | 0.33% | 0.47% | - |
| HSV(B) | 205.5º | 0.5% | 0.63% | - |
| XYZ | 17.11 | 19.17 | 36.05 | - |
| YUV | 116.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 160 | 0.5 | 0.21 | 0 | 0.37 | 205.5 | 0.33 | 0.47 |
| Hex | 50 | 7E | A0 | 32 | 15 | 0 | 25 | CE | 21 | 2F |
| Octal | 120 | 176 | 240 | 62 | 25 | 0 | 45 | 316 | 41 | 57 |
| Binary | 1010000 | 1111110 | 10100000 | 110010 | 10101 | 0 | 100101 | 11001110 | 100001 | 101111 |
Color Harmonies of #507EA0
Complementary color
Monochromatic Colors of #507EA0
Black with #507EA0
Text Example
Text Example
White with #507EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EA0; }
p { color: rgb(80,126,160); }
H1.HeaderClassName
{
color: #507EA0;
}
.AnyTagClassName
{
color: #507EA0;
}
</style>
background-color css
<style>
a { background-color: #507EA0; }
a { background-color: rgb(80,126,160); }
div.DivClassName
{
background-color: #507EA0;
}
.BgClassName
{
background-color: #507EA0;
}
</style>
border-color css
<style>
span { border-color: #507EA0; }
span { border-color: rgb(80,126,160); }
td.TdClassName
{
border-color: #507EA0;
}
.TagClassName
{
border-color: #507EA0;
}
</style>