Shades of Air Force Blue #528FB4
Tints of Air Force Blue #528FB4
RGB
CMYK
RGB Variations
Color information
#528FB4 (or 0x528FB4) is known color: Air Force Blue. HEX triplet: 52, 8F and B4. RGB value is (82,143,180). Sum of RGB (Red+Green+Blue) = 82+143+180=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #528FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FB4 is #AD704B. Grayscale: #808080. Windows color (decimal): -11366476 or 11833170. OLE color: 11833170.
HSL color Cylindrical-coordinate representation of color #528FB4: hue angle of 202.65º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #528FB4 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 143 | 180 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.29 |
| HSL | 202.65º | 0.4% | 0.51% | - |
| HSV(B) | 202.65º | 0.54% | 0.71% | - |
| XYZ | 21.54 | 24.73 | 46.82 | - |
| YUV | 128.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 180 | 0.54 | 0.21 | 0 | 0.29 | 202.65 | 0.4 | 0.51 |
| Hex | 52 | 8F | B4 | 36 | 15 | 0 | 1D | CB | 28 | 33 |
| Octal | 122 | 217 | 264 | 66 | 25 | 0 | 35 | 313 | 50 | 63 |
| Binary | 1010010 | 10001111 | 10110100 | 110110 | 10101 | 0 | 11101 | 11001011 | 101000 | 110011 |
Color Harmonies of #528FB4
Complementary color
Monochromatic Colors of #528FB4
Black with #528FB4
Text Example
Text Example
White with #528FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FB4; }
p { color: rgb(82,143,180); }
H1.HeaderClassName
{
color: #528FB4;
}
.AnyTagClassName
{
color: #528FB4;
}
</style>
background-color css
<style>
a { background-color: #528FB4; }
a { background-color: rgb(82,143,180); }
div.DivClassName
{
background-color: #528FB4;
}
.BgClassName
{
background-color: #528FB4;
}
</style>
border-color css
<style>
span { border-color: #528FB4; }
span { border-color: rgb(82,143,180); }
td.TdClassName
{
border-color: #528FB4;
}
.TagClassName
{
border-color: #528FB4;
}
</style>