Shades of Air Force Blue #638DB1
Tints of Air Force Blue #638DB1
RGB
CMYK
RGB Variations
Color information
#638DB1 (or 0x638DB1) is known color: Air Force Blue. HEX triplet: 63, 8D and B1. RGB value is (99,141,177). Sum of RGB (Red+Green+Blue) = 99+141+177=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #638DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DB1 is #9C724E. Grayscale: #848484. Windows color (decimal): -10252879 or 11636067. OLE color: 11636067.
HSL color Cylindrical-coordinate representation of color #638DB1: hue angle of 207.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #638DB1 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 141 | 177 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.31 |
| HSL | 207.69º | 0.33% | 0.54% | - |
| HSV(B) | 207.69º | 0.44% | 0.69% | - |
| XYZ | 22.61 | 24.88 | 45.21 | - |
| YUV | 132.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 177 | 0.44 | 0.20 | 0 | 0.31 | 207.69 | 0.33 | 0.54 |
| Hex | 63 | 8D | B1 | 2C | 14 | 0 | 1F | D0 | 21 | 36 |
| Octal | 143 | 215 | 261 | 54 | 24 | 0 | 37 | 320 | 41 | 66 |
| Binary | 1100011 | 10001101 | 10110001 | 101100 | 10100 | 0 | 11111 | 11010000 | 100001 | 110110 |
Color Harmonies of #638DB1
Complementary color
Monochromatic Colors of #638DB1
Black with #638DB1
Text Example
Text Example
White with #638DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638DB1; }
p { color: rgb(99,141,177); }
H1.HeaderClassName
{
color: #638DB1;
}
.AnyTagClassName
{
color: #638DB1;
}
</style>
background-color css
<style>
a { background-color: #638DB1; }
a { background-color: rgb(99,141,177); }
div.DivClassName
{
background-color: #638DB1;
}
.BgClassName
{
background-color: #638DB1;
}
</style>
border-color css
<style>
span { border-color: #638DB1; }
span { border-color: rgb(99,141,177); }
td.TdClassName
{
border-color: #638DB1;
}
.TagClassName
{
border-color: #638DB1;
}
</style>