Shades of Air Force Blue #528DB3
Tints of Air Force Blue #528DB3
RGB
CMYK
RGB Variations
Color information
#528DB3 (or 0x528DB3) is known color: Air Force Blue. HEX triplet: 52, 8D and B3. RGB value is (82,141,179). Sum of RGB (Red+Green+Blue) = 82+141+179=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #528DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DB3 is #AD724C. Grayscale: #7F7F7F. Windows color (decimal): -11366989 or 11767122. OLE color: 11767122.
HSL color Cylindrical-coordinate representation of color #528DB3: hue angle of 203.51º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528DB3 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 141 | 179 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.30 |
| HSL | 203.51º | 0.39% | 0.51% | - |
| HSV(B) | 203.51º | 0.54% | 0.7% | - |
| XYZ | 21.14 | 24.1 | 46.19 | - |
| YUV | 127.69 | 156.95 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 179 | 0.54 | 0.21 | 0 | 0.30 | 203.51 | 0.39 | 0.51 |
| Hex | 52 | 8D | B3 | 36 | 15 | 0 | 1E | CC | 27 | 33 |
| Octal | 122 | 215 | 263 | 66 | 25 | 0 | 36 | 314 | 47 | 63 |
| Binary | 1010010 | 10001101 | 10110011 | 110110 | 10101 | 0 | 11110 | 11001100 | 100111 | 110011 |
Color Harmonies of #528DB3
Complementary color
Monochromatic Colors of #528DB3
Black with #528DB3
Text Example
Text Example
White with #528DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DB3; }
p { color: rgb(82,141,179); }
H1.HeaderClassName
{
color: #528DB3;
}
.AnyTagClassName
{
color: #528DB3;
}
</style>
background-color css
<style>
a { background-color: #528DB3; }
a { background-color: rgb(82,141,179); }
div.DivClassName
{
background-color: #528DB3;
}
.BgClassName
{
background-color: #528DB3;
}
</style>
border-color css
<style>
span { border-color: #528DB3; }
span { border-color: rgb(82,141,179); }
td.TdClassName
{
border-color: #528DB3;
}
.TagClassName
{
border-color: #528DB3;
}
</style>