Shades of Air Force Blue #628AB2
Tints of Air Force Blue #628AB2
RGB
CMYK
RGB Variations
Color information
#628AB2 (or 0x628AB2) is known color: Air Force Blue. HEX triplet: 62, 8A and B2. RGB value is (98,138,178). Sum of RGB (Red+Green+Blue) = 98+138+178=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #628AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AB2 is #9D754D. Grayscale: #828282. Windows color (decimal): -10319182 or 11700834. OLE color: 11700834.
HSL color Cylindrical-coordinate representation of color #628AB2: hue angle of 210º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #628AB2 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 138 | 178 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.30 |
| HSL | 210º | 0.34% | 0.54% | - |
| HSV(B) | 210º | 0.45% | 0.7% | - |
| XYZ | 22.16 | 23.99 | 45.58 | - |
| YUV | 130.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 178 | 0.45 | 0.22 | 0 | 0.30 | 210 | 0.34 | 0.54 |
| Hex | 62 | 8A | B2 | 2D | 16 | 0 | 1E | D2 | 22 | 36 |
| Octal | 142 | 212 | 262 | 55 | 26 | 0 | 36 | 322 | 42 | 66 |
| Binary | 1100010 | 10001010 | 10110010 | 101101 | 10110 | 0 | 11110 | 11010010 | 100010 | 110110 |
Color Harmonies of #628AB2
Complementary color
Monochromatic Colors of #628AB2
Black with #628AB2
Text Example
Text Example
White with #628AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AB2; }
p { color: rgb(98,138,178); }
H1.HeaderClassName
{
color: #628AB2;
}
.AnyTagClassName
{
color: #628AB2;
}
</style>
background-color css
<style>
a { background-color: #628AB2; }
a { background-color: rgb(98,138,178); }
div.DivClassName
{
background-color: #628AB2;
}
.BgClassName
{
background-color: #628AB2;
}
</style>
border-color css
<style>
span { border-color: #628AB2; }
span { border-color: rgb(98,138,178); }
td.TdClassName
{
border-color: #628AB2;
}
.TagClassName
{
border-color: #628AB2;
}
</style>