Shades of Royal Blue #407DEE
Tints of Royal Blue #407DEE
RGB
CMYK
RGB Variations
Color information
#407DEE (or 0x407DEE) is known color: Royal Blue. HEX triplet: 40, 7D and EE. RGB value is (64,125,238). Sum of RGB (Red+Green+Blue) = 64+125+238=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #407DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEE is #BF8211. Grayscale: #777777. Windows color (decimal): -12550674 or 15629632. OLE color: 15629632.
HSL color Cylindrical-coordinate representation of color #407DEE: hue angle of 218.97º degrees, saturation: 0.84, 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 #407DEE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 125 | 238 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.07 |
| HSL | 218.97º | 0.84% | 0.59% | - |
| HSV(B) | 218.97º | 0.73% | 0.93% | - |
| XYZ | 24.88 | 21.93 | 83.81 | - |
| YUV | 119.64 | 194.79 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 238 | 0.73 | 0.47 | 0 | 0.07 | 218.97 | 0.84 | 0.59 |
| Hex | 40 | 7D | EE | 49 | 2F | 0 | 7 | DB | 54 | 3B |
| Octal | 100 | 175 | 356 | 111 | 57 | 0 | 7 | 333 | 124 | 73 |
| Binary | 1000000 | 1111101 | 11101110 | 1001001 | 101111 | 0 | 111 | 11011011 | 1010100 | 111011 |
Color Harmonies of #407DEE
Complementary color
Monochromatic Colors of #407DEE
Black with #407DEE
Text Example
Text Example
White with #407DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DEE; }
p { color: rgb(64,125,238); }
H1.HeaderClassName
{
color: #407DEE;
}
.AnyTagClassName
{
color: #407DEE;
}
</style>
background-color css
<style>
a { background-color: #407DEE; }
a { background-color: rgb(64,125,238); }
div.DivClassName
{
background-color: #407DEE;
}
.BgClassName
{
background-color: #407DEE;
}
</style>
border-color css
<style>
span { border-color: #407DEE; }
span { border-color: rgb(64,125,238); }
td.TdClassName
{
border-color: #407DEE;
}
.TagClassName
{
border-color: #407DEE;
}
</style>