Shades of Air Force Blue #507DA0
Tints of Air Force Blue #507DA0
RGB
CMYK
RGB Variations
Color information
#507DA0 (or 0x507DA0) is known color: Air Force Blue. HEX triplet: 50, 7D and A0. RGB value is (80,125,160). Sum of RGB (Red+Green+Blue) = 80+125+160=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #507DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DA0 is #AF825F. Grayscale: #737373. Windows color (decimal): -11502176 or 10517840. OLE color: 10517840.
HSL color Cylindrical-coordinate representation of color #507DA0: hue angle of 206.25º 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 #507DA0 is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 125 | 160 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.37 |
| HSL | 206.25º | 0.33% | 0.47% | - |
| HSV(B) | 206.25º | 0.5% | 0.63% | - |
| XYZ | 16.99 | 18.91 | 36.01 | - |
| YUV | 115.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 160 | 0.5 | 0.22 | 0 | 0.37 | 206.25 | 0.33 | 0.47 |
| Hex | 50 | 7D | A0 | 32 | 16 | 0 | 25 | CE | 21 | 2F |
| Octal | 120 | 175 | 240 | 62 | 26 | 0 | 45 | 316 | 41 | 57 |
| Binary | 1010000 | 1111101 | 10100000 | 110010 | 10110 | 0 | 100101 | 11001110 | 100001 | 101111 |
Color Harmonies of #507DA0
Complementary color
Monochromatic Colors of #507DA0
Black with #507DA0
Text Example
Text Example
White with #507DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DA0; }
p { color: rgb(80,125,160); }
H1.HeaderClassName
{
color: #507DA0;
}
.AnyTagClassName
{
color: #507DA0;
}
</style>
background-color css
<style>
a { background-color: #507DA0; }
a { background-color: rgb(80,125,160); }
div.DivClassName
{
background-color: #507DA0;
}
.BgClassName
{
background-color: #507DA0;
}
</style>
border-color css
<style>
span { border-color: #507DA0; }
span { border-color: rgb(80,125,160); }
td.TdClassName
{
border-color: #507DA0;
}
.TagClassName
{
border-color: #507DA0;
}
</style>