Shades of Air Force Blue #507DA2
Tints of Air Force Blue #507DA2
RGB
CMYK
RGB Variations
Color information
#507DA2 (or 0x507DA2) is known color: Air Force Blue. HEX triplet: 50, 7D and A2. RGB value is (80,125,162). Sum of RGB (Red+Green+Blue) = 80+125+162=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #507DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507DA2 is #AF825D. Grayscale: #737373. Windows color (decimal): -11502174 or 10648912. OLE color: 10648912.
HSL color Cylindrical-coordinate representation of color #507DA2: hue angle of 207.07º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507DA2 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 125 | 162 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.36 |
| HSL | 207.07º | 0.34% | 0.47% | - |
| HSV(B) | 207.07º | 0.51% | 0.64% | - |
| XYZ | 17.16 | 18.98 | 36.94 | - |
| YUV | 115.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 162 | 0.51 | 0.23 | 0 | 0.36 | 207.07 | 0.34 | 0.47 |
| Hex | 50 | 7D | A2 | 33 | 17 | 0 | 24 | CF | 22 | 2F |
| Octal | 120 | 175 | 242 | 63 | 27 | 0 | 44 | 317 | 42 | 57 |
| Binary | 1010000 | 1111101 | 10100010 | 110011 | 10111 | 0 | 100100 | 11001111 | 100010 | 101111 |
Color Harmonies of #507DA2
Complementary color
Monochromatic Colors of #507DA2
Black with #507DA2
Text Example
Text Example
White with #507DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DA2; }
p { color: rgb(80,125,162); }
H1.HeaderClassName
{
color: #507DA2;
}
.AnyTagClassName
{
color: #507DA2;
}
</style>
background-color css
<style>
a { background-color: #507DA2; }
a { background-color: rgb(80,125,162); }
div.DivClassName
{
background-color: #507DA2;
}
.BgClassName
{
background-color: #507DA2;
}
</style>
border-color css
<style>
span { border-color: #507DA2; }
span { border-color: rgb(80,125,162); }
td.TdClassName
{
border-color: #507DA2;
}
.TagClassName
{
border-color: #507DA2;
}
</style>