Shades of Air Force Blue #628AB3
Tints of Air Force Blue #628AB3
RGB
CMYK
RGB Variations
Color information
#628AB3 (or 0x628AB3) is known color: Air Force Blue. HEX triplet: 62, 8A and B3. RGB value is (98,138,179). Sum of RGB (Red+Green+Blue) = 98+138+179=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #628AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AB3 is #9D754C. Grayscale: #828282. Windows color (decimal): -10319181 or 11766370. OLE color: 11766370.
HSL color Cylindrical-coordinate representation of color #628AB3: hue angle of 210.37º degrees, saturation: 0.35, 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 #628AB3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 138 | 179 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.30 |
| HSL | 210.37º | 0.35% | 0.54% | - |
| HSV(B) | 210.37º | 0.45% | 0.7% | - |
| XYZ | 22.26 | 24.03 | 46.11 | - |
| YUV | 130.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 179 | 0.45 | 0.23 | 0 | 0.30 | 210.37 | 0.35 | 0.54 |
| Hex | 62 | 8A | B3 | 2D | 17 | 0 | 1E | D2 | 23 | 36 |
| Octal | 142 | 212 | 263 | 55 | 27 | 0 | 36 | 322 | 43 | 66 |
| Binary | 1100010 | 10001010 | 10110011 | 101101 | 10111 | 0 | 11110 | 11010010 | 100011 | 110110 |
Color Harmonies of #628AB3
Complementary color
Monochromatic Colors of #628AB3
Black with #628AB3
Text Example
Text Example
White with #628AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628AB3; }
p { color: rgb(98,138,179); }
H1.HeaderClassName
{
color: #628AB3;
}
.AnyTagClassName
{
color: #628AB3;
}
</style>
background-color css
<style>
a { background-color: #628AB3; }
a { background-color: rgb(98,138,179); }
div.DivClassName
{
background-color: #628AB3;
}
.BgClassName
{
background-color: #628AB3;
}
</style>
border-color css
<style>
span { border-color: #628AB3; }
span { border-color: rgb(98,138,179); }
td.TdClassName
{
border-color: #628AB3;
}
.TagClassName
{
border-color: #628AB3;
}
</style>