Shades of Air Force Blue #638DB3
Tints of Air Force Blue #638DB3
RGB
CMYK
RGB Variations
Color information
#638DB3 (or 0x638DB3) is known color: Air Force Blue. HEX triplet: 63, 8D and B3. RGB value is (99,141,179). Sum of RGB (Red+Green+Blue) = 99+141+179=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #638DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DB3 is #9C724C. Grayscale: #848484. Windows color (decimal): -10252877 or 11767139. OLE color: 11767139.
HSL color Cylindrical-coordinate representation of color #638DB3: hue angle of 208.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638DB3 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 141 | 179 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.30 |
| HSL | 208.5º | 0.34% | 0.55% | - |
| HSV(B) | 208.5º | 0.45% | 0.7% | - |
| XYZ | 22.81 | 24.96 | 46.26 | - |
| YUV | 132.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 179 | 0.45 | 0.21 | 0 | 0.30 | 208.5 | 0.34 | 0.55 |
| Hex | 63 | 8D | B3 | 2D | 15 | 0 | 1E | D0 | 22 | 37 |
| Octal | 143 | 215 | 263 | 55 | 25 | 0 | 36 | 320 | 42 | 67 |
| Binary | 1100011 | 10001101 | 10110011 | 101101 | 10101 | 0 | 11110 | 11010000 | 100010 | 110111 |
Color Harmonies of #638DB3
Complementary color
Monochromatic Colors of #638DB3
Black with #638DB3
Text Example
Text Example
White with #638DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638DB3; }
p { color: rgb(99,141,179); }
H1.HeaderClassName
{
color: #638DB3;
}
.AnyTagClassName
{
color: #638DB3;
}
</style>
background-color css
<style>
a { background-color: #638DB3; }
a { background-color: rgb(99,141,179); }
div.DivClassName
{
background-color: #638DB3;
}
.BgClassName
{
background-color: #638DB3;
}
</style>
border-color css
<style>
span { border-color: #638DB3; }
span { border-color: rgb(99,141,179); }
td.TdClassName
{
border-color: #638DB3;
}
.TagClassName
{
border-color: #638DB3;
}
</style>