Shades of Air Force Blue #528DB0
Tints of Air Force Blue #528DB0
RGB
CMYK
RGB Variations
Color information
#528DB0 (or 0x528DB0) is known color: Air Force Blue. HEX triplet: 52, 8D and B0. RGB value is (82,141,176). Sum of RGB (Red+Green+Blue) = 82+141+176=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #528DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DB0 is #AD724F. Grayscale: #7F7F7F. Windows color (decimal): -11366992 or 11570514. OLE color: 11570514.
HSL color Cylindrical-coordinate representation of color #528DB0: hue angle of 202.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528DB0 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 141 | 176 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.31 |
| HSL | 202.34º | 0.37% | 0.51% | - |
| HSV(B) | 202.34º | 0.53% | 0.69% | - |
| XYZ | 20.84 | 23.98 | 44.6 | - |
| YUV | 127.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 176 | 0.53 | 0.20 | 0 | 0.31 | 202.34 | 0.37 | 0.51 |
| Hex | 52 | 8D | B0 | 35 | 14 | 0 | 1F | CA | 25 | 33 |
| Octal | 122 | 215 | 260 | 65 | 24 | 0 | 37 | 312 | 45 | 63 |
| Binary | 1010010 | 10001101 | 10110000 | 110101 | 10100 | 0 | 11111 | 11001010 | 100101 | 110011 |
Color Harmonies of #528DB0
Complementary color
Monochromatic Colors of #528DB0
Black with #528DB0
Text Example
Text Example
White with #528DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DB0; }
p { color: rgb(82,141,176); }
H1.HeaderClassName
{
color: #528DB0;
}
.AnyTagClassName
{
color: #528DB0;
}
</style>
background-color css
<style>
a { background-color: #528DB0; }
a { background-color: rgb(82,141,176); }
div.DivClassName
{
background-color: #528DB0;
}
.BgClassName
{
background-color: #528DB0;
}
</style>
border-color css
<style>
span { border-color: #528DB0; }
span { border-color: rgb(82,141,176); }
td.TdClassName
{
border-color: #528DB0;
}
.TagClassName
{
border-color: #528DB0;
}
</style>