Shades of Air Force Blue #658DB0
Tints of Air Force Blue #658DB0
RGB
CMYK
RGB Variations
Color information
#658DB0 (or 0x658DB0) is known color: Air Force Blue. HEX triplet: 65, 8D and B0. RGB value is (101,141,176). Sum of RGB (Red+Green+Blue) = 101+141+176=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #658DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658DB0 is #9A724F. Grayscale: #848484. Windows color (decimal): -10121808 or 11570533. OLE color: 11570533.
HSL color Cylindrical-coordinate representation of color #658DB0: hue angle of 208º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #658DB0 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 141 | 176 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.31 |
| HSL | 208º | 0.32% | 0.54% | - |
| HSV(B) | 208º | 0.43% | 0.69% | - |
| XYZ | 22.73 | 24.95 | 44.69 | - |
| YUV | 133.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 176 | 0.43 | 0.20 | 0 | 0.31 | 208 | 0.32 | 0.54 |
| Hex | 65 | 8D | B0 | 2B | 14 | 0 | 1F | D0 | 20 | 36 |
| Octal | 145 | 215 | 260 | 53 | 24 | 0 | 37 | 320 | 40 | 66 |
| Binary | 1100101 | 10001101 | 10110000 | 101011 | 10100 | 0 | 11111 | 11010000 | 100000 | 110110 |
Color Harmonies of #658DB0
Complementary color
Monochromatic Colors of #658DB0
Black with #658DB0
Text Example
Text Example
White with #658DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DB0; }
p { color: rgb(101,141,176); }
H1.HeaderClassName
{
color: #658DB0;
}
.AnyTagClassName
{
color: #658DB0;
}
</style>
background-color css
<style>
a { background-color: #658DB0; }
a { background-color: rgb(101,141,176); }
div.DivClassName
{
background-color: #658DB0;
}
.BgClassName
{
background-color: #658DB0;
}
</style>
border-color css
<style>
span { border-color: #658DB0; }
span { border-color: rgb(101,141,176); }
td.TdClassName
{
border-color: #658DB0;
}
.TagClassName
{
border-color: #658DB0;
}
</style>