Shades of Air Force Blue #528FB1
Tints of Air Force Blue #528FB1
RGB
CMYK
RGB Variations
Color information
#528FB1 (or 0x528FB1) is known color: Air Force Blue. HEX triplet: 52, 8F and B1. RGB value is (82,143,177). Sum of RGB (Red+Green+Blue) = 82+143+177=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #528FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528FB1 is #AD704E. Grayscale: #808080. Windows color (decimal): -11366479 or 11636562. OLE color: 11636562.
HSL color Cylindrical-coordinate representation of color #528FB1: hue angle of 201.47º 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 #528FB1 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 143 | 177 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.31 |
| HSL | 201.47º | 0.38% | 0.51% | - |
| HSV(B) | 201.47º | 0.54% | 0.69% | - |
| XYZ | 21.24 | 24.61 | 45.23 | - |
| YUV | 128.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 177 | 0.54 | 0.19 | 0 | 0.31 | 201.47 | 0.38 | 0.51 |
| Hex | 52 | 8F | B1 | 36 | 13 | 0 | 1F | C9 | 26 | 33 |
| Octal | 122 | 217 | 261 | 66 | 23 | 0 | 37 | 311 | 46 | 63 |
| Binary | 1010010 | 10001111 | 10110001 | 110110 | 10011 | 0 | 11111 | 11001001 | 100110 | 110011 |
Color Harmonies of #528FB1
Complementary color
Monochromatic Colors of #528FB1
Black with #528FB1
Text Example
Text Example
White with #528FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FB1; }
p { color: rgb(82,143,177); }
H1.HeaderClassName
{
color: #528FB1;
}
.AnyTagClassName
{
color: #528FB1;
}
</style>
background-color css
<style>
a { background-color: #528FB1; }
a { background-color: rgb(82,143,177); }
div.DivClassName
{
background-color: #528FB1;
}
.BgClassName
{
background-color: #528FB1;
}
</style>
border-color css
<style>
span { border-color: #528FB1; }
span { border-color: rgb(82,143,177); }
td.TdClassName
{
border-color: #528FB1;
}
.TagClassName
{
border-color: #528FB1;
}
</style>