Shades of Royal Blue #407EEF
Tints of Royal Blue #407EEF
RGB
CMYK
RGB Variations
Color information
#407EEF (or 0x407EEF) is known color: Royal Blue. HEX triplet: 40, 7E and EF. RGB value is (64,126,239). Sum of RGB (Red+Green+Blue) = 64+126+239=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #407EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EEF is #BF8110. Grayscale: #777777. Windows color (decimal): -12550417 or 15695424. OLE color: 15695424.
HSL color Cylindrical-coordinate representation of color #407EEF: hue angle of 218.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407EEF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 126 | 239 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.06 |
| HSL | 218.74º | 0.85% | 0.59% | - |
| HSV(B) | 218.74º | 0.73% | 0.94% | - |
| XYZ | 25.16 | 22.24 | 84.63 | - |
| YUV | 120.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 239 | 0.73 | 0.47 | 0 | 0.06 | 218.74 | 0.85 | 0.59 |
| Hex | 40 | 7E | EF | 49 | 2F | 0 | 6 | DB | 55 | 3B |
| Octal | 100 | 176 | 357 | 111 | 57 | 0 | 6 | 333 | 125 | 73 |
| Binary | 1000000 | 1111110 | 11101111 | 1001001 | 101111 | 0 | 110 | 11011011 | 1010101 | 111011 |
Color Harmonies of #407EEF
Complementary color
Monochromatic Colors of #407EEF
Black with #407EEF
Text Example
Text Example
White with #407EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EEF; }
p { color: rgb(64,126,239); }
H1.HeaderClassName
{
color: #407EEF;
}
.AnyTagClassName
{
color: #407EEF;
}
</style>
background-color css
<style>
a { background-color: #407EEF; }
a { background-color: rgb(64,126,239); }
div.DivClassName
{
background-color: #407EEF;
}
.BgClassName
{
background-color: #407EEF;
}
</style>
border-color css
<style>
span { border-color: #407EEF; }
span { border-color: rgb(64,126,239); }
td.TdClassName
{
border-color: #407EEF;
}
.TagClassName
{
border-color: #407EEF;
}
</style>