Shades of Air Force Blue #658FB3
Tints of Air Force Blue #658FB3
RGB
CMYK
RGB Variations
Color information
#658FB3 (or 0x658FB3) is known color: Air Force Blue. HEX triplet: 65, 8F and B3. RGB value is (101,143,179). Sum of RGB (Red+Green+Blue) = 101+143+179=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #658FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FB3 is #9A704C. Grayscale: #868686. Windows color (decimal): -10121293 or 11767653. OLE color: 11767653.
HSL color Cylindrical-coordinate representation of color #658FB3: hue angle of 207.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #658FB3 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 143 | 179 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.30 |
| HSL | 207.69º | 0.34% | 0.55% | - |
| HSV(B) | 207.69º | 0.44% | 0.7% | - |
| XYZ | 23.33 | 25.67 | 46.37 | - |
| YUV | 134.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 179 | 0.44 | 0.20 | 0 | 0.30 | 207.69 | 0.34 | 0.55 |
| Hex | 65 | 8F | B3 | 2C | 14 | 0 | 1E | D0 | 22 | 37 |
| Octal | 145 | 217 | 263 | 54 | 24 | 0 | 36 | 320 | 42 | 67 |
| Binary | 1100101 | 10001111 | 10110011 | 101100 | 10100 | 0 | 11110 | 11010000 | 100010 | 110111 |
Color Harmonies of #658FB3
Complementary color
Monochromatic Colors of #658FB3
Black with #658FB3
Text Example
Text Example
White with #658FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FB3; }
p { color: rgb(101,143,179); }
H1.HeaderClassName
{
color: #658FB3;
}
.AnyTagClassName
{
color: #658FB3;
}
</style>
background-color css
<style>
a { background-color: #658FB3; }
a { background-color: rgb(101,143,179); }
div.DivClassName
{
background-color: #658FB3;
}
.BgClassName
{
background-color: #658FB3;
}
</style>
border-color css
<style>
span { border-color: #658FB3; }
span { border-color: rgb(101,143,179); }
td.TdClassName
{
border-color: #658FB3;
}
.TagClassName
{
border-color: #658FB3;
}
</style>