Shades of Air Force Blue #538CB1
Tints of Air Force Blue #538CB1
RGB
CMYK
RGB Variations
Color information
#538CB1 (or 0x538CB1) is known color: Air Force Blue. HEX triplet: 53, 8C and B1. RGB value is (83,140,177). Sum of RGB (Red+Green+Blue) = 83+140+177=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 140 (55.08% from 255 or 35% 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 #538CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538CB1 is #AC734E. Grayscale: #7E7E7E. Windows color (decimal): -11301711 or 11635795. OLE color: 11635795.
HSL color Cylindrical-coordinate representation of color #538CB1: hue angle of 203.62º degrees, saturation: 0.38, 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 #538CB1 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 140 | 177 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.31 |
| HSL | 203.62º | 0.38% | 0.51% | - |
| HSV(B) | 203.62º | 0.53% | 0.69% | - |
| XYZ | 20.88 | 23.77 | 45.08 | - |
| YUV | 127.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 177 | 0.53 | 0.21 | 0 | 0.31 | 203.62 | 0.38 | 0.51 |
| Hex | 53 | 8C | B1 | 35 | 15 | 0 | 1F | CC | 26 | 33 |
| Octal | 123 | 214 | 261 | 65 | 25 | 0 | 37 | 314 | 46 | 63 |
| Binary | 1010011 | 10001100 | 10110001 | 110101 | 10101 | 0 | 11111 | 11001100 | 100110 | 110011 |
Color Harmonies of #538CB1
Complementary color
Monochromatic Colors of #538CB1
Black with #538CB1
Text Example
Text Example
White with #538CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CB1; }
p { color: rgb(83,140,177); }
H1.HeaderClassName
{
color: #538CB1;
}
.AnyTagClassName
{
color: #538CB1;
}
</style>
background-color css
<style>
a { background-color: #538CB1; }
a { background-color: rgb(83,140,177); }
div.DivClassName
{
background-color: #538CB1;
}
.BgClassName
{
background-color: #538CB1;
}
</style>
border-color css
<style>
span { border-color: #538CB1; }
span { border-color: rgb(83,140,177); }
td.TdClassName
{
border-color: #538CB1;
}
.TagClassName
{
border-color: #538CB1;
}
</style>