Shades of Air Force Blue #628DAB
Tints of Air Force Blue #628DAB
RGB
CMYK
RGB Variations
Color information
#628DAB (or 0x628DAB) is known color: Air Force Blue. HEX triplet: 62, 8D and AB. RGB value is (98,141,171). Sum of RGB (Red+Green+Blue) = 98+141+171=410 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.90% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #628DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628DAB is #9D7254. Grayscale: #838383. Windows color (decimal): -10318421 or 11242850. OLE color: 11242850.
HSL color Cylindrical-coordinate representation of color #628DAB: hue angle of 204.66º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #628DAB is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 141 | 171 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.33 |
| HSL | 204.66º | 0.3% | 0.53% | - |
| HSV(B) | 204.66º | 0.43% | 0.67% | - |
| XYZ | 21.91 | 24.59 | 42.12 | - |
| YUV | 131.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 171 | 0.43 | 0.18 | 0 | 0.33 | 204.66 | 0.3 | 0.53 |
| Hex | 62 | 8D | AB | 2B | 12 | 0 | 21 | CD | 1E | 35 |
| Octal | 142 | 215 | 253 | 53 | 22 | 0 | 41 | 315 | 36 | 65 |
| Binary | 1100010 | 10001101 | 10101011 | 101011 | 10010 | 0 | 100001 | 11001101 | 11110 | 110101 |
Color Harmonies of #628DAB
Complementary color
Monochromatic Colors of #628DAB
Black with #628DAB
Text Example
Text Example
White with #628DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DAB; }
p { color: rgb(98,141,171); }
H1.HeaderClassName
{
color: #628DAB;
}
.AnyTagClassName
{
color: #628DAB;
}
</style>
background-color css
<style>
a { background-color: #628DAB; }
a { background-color: rgb(98,141,171); }
div.DivClassName
{
background-color: #628DAB;
}
.BgClassName
{
background-color: #628DAB;
}
</style>
border-color css
<style>
span { border-color: #628DAB; }
span { border-color: rgb(98,141,171); }
td.TdClassName
{
border-color: #628DAB;
}
.TagClassName
{
border-color: #628DAB;
}
</style>