Shades of Air Force Blue #507FA2
Tints of Air Force Blue #507FA2
RGB
CMYK
RGB Variations
Color information
#507FA2 (or 0x507FA2) is known color: Air Force Blue. HEX triplet: 50, 7F and A2. RGB value is (80,127,162). Sum of RGB (Red+Green+Blue) = 80+127+162=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #507FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FA2 is #AF805D. Grayscale: #747474. Windows color (decimal): -11501662 or 10649424. OLE color: 10649424.
HSL color Cylindrical-coordinate representation of color #507FA2: hue angle of 205.61º 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 #507FA2 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 127 | 162 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.36 |
| HSL | 205.61º | 0.34% | 0.47% | - |
| HSV(B) | 205.61º | 0.51% | 0.64% | - |
| XYZ | 17.42 | 19.49 | 37.03 | - |
| YUV | 116.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 162 | 0.51 | 0.22 | 0 | 0.36 | 205.61 | 0.34 | 0.47 |
| Hex | 50 | 7F | A2 | 33 | 16 | 0 | 24 | CE | 22 | 2F |
| Octal | 120 | 177 | 242 | 63 | 26 | 0 | 44 | 316 | 42 | 57 |
| Binary | 1010000 | 1111111 | 10100010 | 110011 | 10110 | 0 | 100100 | 11001110 | 100010 | 101111 |
Color Harmonies of #507FA2
Complementary color
Monochromatic Colors of #507FA2
Black with #507FA2
Text Example
Text Example
White with #507FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FA2; }
p { color: rgb(80,127,162); }
H1.HeaderClassName
{
color: #507FA2;
}
.AnyTagClassName
{
color: #507FA2;
}
</style>
background-color css
<style>
a { background-color: #507FA2; }
a { background-color: rgb(80,127,162); }
div.DivClassName
{
background-color: #507FA2;
}
.BgClassName
{
background-color: #507FA2;
}
</style>
border-color css
<style>
span { border-color: #507FA2; }
span { border-color: rgb(80,127,162); }
td.TdClassName
{
border-color: #507FA2;
}
.TagClassName
{
border-color: #507FA2;
}
</style>