Shades of Air Force Blue #568BA2
Tints of Air Force Blue #568BA2
RGB
CMYK
RGB Variations
Color information
#568BA2 (or 0x568BA2) is known color: Air Force Blue. HEX triplet: 56, 8B and A2. RGB value is (86,139,162). Sum of RGB (Red+Green+Blue) = 86+139+162=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #568BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568BA2 is #A9745D. Grayscale: #7D7D7D. Windows color (decimal): -11105374 or 10652502. OLE color: 10652502.
HSL color Cylindrical-coordinate representation of color #568BA2: hue angle of 198.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568BA2 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 139 | 162 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.36 |
| HSL | 198.16º | 0.31% | 0.49% | - |
| HSV(B) | 198.16º | 0.47% | 0.64% | - |
| XYZ | 19.59 | 23.05 | 37.6 | - |
| YUV | 125.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 162 | 0.47 | 0.14 | 0 | 0.36 | 198.16 | 0.31 | 0.49 |
| Hex | 56 | 8B | A2 | 2F | E | 0 | 24 | C6 | 1F | 31 |
| Octal | 126 | 213 | 242 | 57 | 16 | 0 | 44 | 306 | 37 | 61 |
| Binary | 1010110 | 10001011 | 10100010 | 101111 | 1110 | 0 | 100100 | 11000110 | 11111 | 110001 |
Color Harmonies of #568BA2
Complementary color
Monochromatic Colors of #568BA2
Black with #568BA2
Text Example
Text Example
White with #568BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BA2; }
p { color: rgb(86,139,162); }
H1.HeaderClassName
{
color: #568BA2;
}
.AnyTagClassName
{
color: #568BA2;
}
</style>
background-color css
<style>
a { background-color: #568BA2; }
a { background-color: rgb(86,139,162); }
div.DivClassName
{
background-color: #568BA2;
}
.BgClassName
{
background-color: #568BA2;
}
</style>
border-color css
<style>
span { border-color: #568BA2; }
span { border-color: rgb(86,139,162); }
td.TdClassName
{
border-color: #568BA2;
}
.TagClassName
{
border-color: #568BA2;
}
</style>