Shades of Air Force Blue #528DB1
Tints of Air Force Blue #528DB1
RGB
CMYK
RGB Variations
Color information
#528DB1 (or 0x528DB1) is known color: Air Force Blue. HEX triplet: 52, 8D and B1. RGB value is (82,141,177). Sum of RGB (Red+Green+Blue) = 82+141+177=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #528DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DB1 is #AD724E. Grayscale: #7F7F7F. Windows color (decimal): -11366991 or 11636050. OLE color: 11636050.
HSL color Cylindrical-coordinate representation of color #528DB1: hue angle of 202.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528DB1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 141 | 177 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.31 |
| HSL | 202.74º | 0.38% | 0.51% | - |
| HSV(B) | 202.74º | 0.54% | 0.69% | - |
| XYZ | 20.94 | 24.02 | 45.13 | - |
| YUV | 127.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 177 | 0.54 | 0.20 | 0 | 0.31 | 202.74 | 0.38 | 0.51 |
| Hex | 52 | 8D | B1 | 36 | 14 | 0 | 1F | CB | 26 | 33 |
| Octal | 122 | 215 | 261 | 66 | 24 | 0 | 37 | 313 | 46 | 63 |
| Binary | 1010010 | 10001101 | 10110001 | 110110 | 10100 | 0 | 11111 | 11001011 | 100110 | 110011 |
Color Harmonies of #528DB1
Complementary color
Monochromatic Colors of #528DB1
Black with #528DB1
Text Example
Text Example
White with #528DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DB1; }
p { color: rgb(82,141,177); }
H1.HeaderClassName
{
color: #528DB1;
}
.AnyTagClassName
{
color: #528DB1;
}
</style>
background-color css
<style>
a { background-color: #528DB1; }
a { background-color: rgb(82,141,177); }
div.DivClassName
{
background-color: #528DB1;
}
.BgClassName
{
background-color: #528DB1;
}
</style>
border-color css
<style>
span { border-color: #528DB1; }
span { border-color: rgb(82,141,177); }
td.TdClassName
{
border-color: #528DB1;
}
.TagClassName
{
border-color: #528DB1;
}
</style>