Shades of Air Force Blue #568DB3
Tints of Air Force Blue #568DB3
RGB
CMYK
RGB Variations
Color information
#568DB3 (or 0x568DB3) is known color: Air Force Blue. HEX triplet: 56, 8D and B3. RGB value is (86,141,179). Sum of RGB (Red+Green+Blue) = 86+141+179=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #568DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DB3 is #A9724C. Grayscale: #808080. Windows color (decimal): -11104845 or 11767126. OLE color: 11767126.
HSL color Cylindrical-coordinate representation of color #568DB3: hue angle of 204.52º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #568DB3 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 141 | 179 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.30 |
| HSL | 204.52º | 0.38% | 0.52% | - |
| HSV(B) | 204.52º | 0.52% | 0.7% | - |
| XYZ | 21.5 | 24.28 | 46.2 | - |
| YUV | 128.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 179 | 0.52 | 0.21 | 0 | 0.30 | 204.52 | 0.38 | 0.52 |
| Hex | 56 | 8D | B3 | 34 | 15 | 0 | 1E | CD | 26 | 34 |
| Octal | 126 | 215 | 263 | 64 | 25 | 0 | 36 | 315 | 46 | 64 |
| Binary | 1010110 | 10001101 | 10110011 | 110100 | 10101 | 0 | 11110 | 11001101 | 100110 | 110100 |
Color Harmonies of #568DB3
Complementary color
Monochromatic Colors of #568DB3
Black with #568DB3
Text Example
Text Example
White with #568DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DB3; }
p { color: rgb(86,141,179); }
H1.HeaderClassName
{
color: #568DB3;
}
.AnyTagClassName
{
color: #568DB3;
}
</style>
background-color css
<style>
a { background-color: #568DB3; }
a { background-color: rgb(86,141,179); }
div.DivClassName
{
background-color: #568DB3;
}
.BgClassName
{
background-color: #568DB3;
}
</style>
border-color css
<style>
span { border-color: #568DB3; }
span { border-color: rgb(86,141,179); }
td.TdClassName
{
border-color: #568DB3;
}
.TagClassName
{
border-color: #568DB3;
}
</style>