Shades of Air Force Blue #5E7CA9
Tints of Air Force Blue #5E7CA9
RGB
CMYK
RGB Variations
Color information
#5E7CA9 (or 0x5E7CA9) is known color: Air Force Blue. HEX triplet: 5E, 7C and A9. RGB value is (94,124,169). Sum of RGB (Red+Green+Blue) = 94+124+169=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E7CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7CA9 is #A18356. Grayscale: #777777. Windows color (decimal): -10584919 or 11107422. OLE color: 11107422.
HSL color Cylindrical-coordinate representation of color #5E7CA9: hue angle of 216º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E7CA9 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 124 | 169 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.34 |
| HSL | 216º | 0.3% | 0.52% | - |
| HSV(B) | 216º | 0.44% | 0.66% | - |
| XYZ | 18.99 | 19.66 | 40.33 | - |
| YUV | 120.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 169 | 0.44 | 0.27 | 0 | 0.34 | 216 | 0.3 | 0.52 |
| Hex | 5E | 7C | A9 | 2C | 1B | 0 | 22 | D8 | 1E | 34 |
| Octal | 136 | 174 | 251 | 54 | 33 | 0 | 42 | 330 | 36 | 64 |
| Binary | 1011110 | 1111100 | 10101001 | 101100 | 11011 | 0 | 100010 | 11011000 | 11110 | 110100 |
Color Harmonies of #5E7CA9
Complementary color
Monochromatic Colors of #5E7CA9
Black with #5E7CA9
Text Example
Text Example
White with #5E7CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7CA9; }
p { color: rgb(94,124,169); }
H1.HeaderClassName
{
color: #5E7CA9;
}
.AnyTagClassName
{
color: #5E7CA9;
}
</style>
background-color css
<style>
a { background-color: #5E7CA9; }
a { background-color: rgb(94,124,169); }
div.DivClassName
{
background-color: #5E7CA9;
}
.BgClassName
{
background-color: #5E7CA9;
}
</style>
border-color css
<style>
span { border-color: #5E7CA9; }
span { border-color: rgb(94,124,169); }
td.TdClassName
{
border-color: #5E7CA9;
}
.TagClassName
{
border-color: #5E7CA9;
}
</style>