Shades of Air Force Blue #598CB1
Tints of Air Force Blue #598CB1
RGB
CMYK
RGB Variations
Color information
#598CB1 (or 0x598CB1) is known color: Air Force Blue. HEX triplet: 59, 8C and B1. RGB value is (89,140,177). Sum of RGB (Red+Green+Blue) = 89+140+177=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #598CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598CB1 is #A6734E. Grayscale: #808080. Windows color (decimal): -10908495 or 11635801. OLE color: 11635801.
HSL color Cylindrical-coordinate representation of color #598CB1: hue angle of 205.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #598CB1 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 140 | 177 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.31 |
| HSL | 205.23º | 0.36% | 0.52% | - |
| HSV(B) | 205.23º | 0.5% | 0.69% | - |
| XYZ | 21.43 | 24.05 | 45.11 | - |
| YUV | 128.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 177 | 0.50 | 0.21 | 0 | 0.31 | 205.23 | 0.36 | 0.52 |
| Hex | 59 | 8C | B1 | 32 | 15 | 0 | 1F | CD | 24 | 34 |
| Octal | 131 | 214 | 261 | 62 | 25 | 0 | 37 | 315 | 44 | 64 |
| Binary | 1011001 | 10001100 | 10110001 | 110010 | 10101 | 0 | 11111 | 11001101 | 100100 | 110100 |
Color Harmonies of #598CB1
Complementary color
Monochromatic Colors of #598CB1
Black with #598CB1
Text Example
Text Example
White with #598CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598CB1; }
p { color: rgb(89,140,177); }
H1.HeaderClassName
{
color: #598CB1;
}
.AnyTagClassName
{
color: #598CB1;
}
</style>
background-color css
<style>
a { background-color: #598CB1; }
a { background-color: rgb(89,140,177); }
div.DivClassName
{
background-color: #598CB1;
}
.BgClassName
{
background-color: #598CB1;
}
</style>
border-color css
<style>
span { border-color: #598CB1; }
span { border-color: rgb(89,140,177); }
td.TdClassName
{
border-color: #598CB1;
}
.TagClassName
{
border-color: #598CB1;
}
</style>