Shades of Royal Blue #408AEC
Tints of Royal Blue #408AEC
RGB
CMYK
RGB Variations
Color information
#408AEC (or 0x408AEC) is known color: Royal Blue. HEX triplet: 40, 8A and EC. RGB value is (64,138,236). Sum of RGB (Red+Green+Blue) = 64+138+236=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #408AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408AEC is #BF7513. Grayscale: #7E7E7E. Windows color (decimal): -12547348 or 15501888. OLE color: 15501888.
HSL color Cylindrical-coordinate representation of color #408AEC: hue angle of 214.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408AEC is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 138 | 236 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.07 |
| HSL | 214.19º | 0.82% | 0.59% | - |
| HSV(B) | 214.19º | 0.73% | 0.93% | - |
| XYZ | 26.34 | 25.32 | 82.86 | - |
| YUV | 127.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 236 | 0.73 | 0.42 | 0 | 0.07 | 214.19 | 0.82 | 0.59 |
| Hex | 40 | 8A | EC | 49 | 2A | 0 | 7 | D6 | 52 | 3B |
| Octal | 100 | 212 | 354 | 111 | 52 | 0 | 7 | 326 | 122 | 73 |
| Binary | 1000000 | 10001010 | 11101100 | 1001001 | 101010 | 0 | 111 | 11010110 | 1010010 | 111011 |
Color Harmonies of #408AEC
Complementary color
Monochromatic Colors of #408AEC
Black with #408AEC
Text Example
Text Example
White with #408AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AEC; }
p { color: rgb(64,138,236); }
H1.HeaderClassName
{
color: #408AEC;
}
.AnyTagClassName
{
color: #408AEC;
}
</style>
background-color css
<style>
a { background-color: #408AEC; }
a { background-color: rgb(64,138,236); }
div.DivClassName
{
background-color: #408AEC;
}
.BgClassName
{
background-color: #408AEC;
}
</style>
border-color css
<style>
span { border-color: #408AEC; }
span { border-color: rgb(64,138,236); }
td.TdClassName
{
border-color: #408AEC;
}
.TagClassName
{
border-color: #408AEC;
}
</style>