Shades of Royal Blue #407EEB
Tints of Royal Blue #407EEB
RGB
CMYK
RGB Variations
Color information
#407EEB (or 0x407EEB) is known color: Royal Blue. HEX triplet: 40, 7E and EB. RGB value is (64,126,235). Sum of RGB (Red+Green+Blue) = 64+126+235=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #407EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EEB is #BF8114. Grayscale: #777777. Windows color (decimal): -12550421 or 15433280. OLE color: 15433280.
HSL color Cylindrical-coordinate representation of color #407EEB: hue angle of 218.25º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407EEB is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 126 | 235 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.08 |
| HSL | 218.25º | 0.81% | 0.59% | - |
| HSV(B) | 218.25º | 0.73% | 0.92% | - |
| XYZ | 24.57 | 22.01 | 81.55 | - |
| YUV | 119.89 | 192.96 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 235 | 0.73 | 0.46 | 0 | 0.08 | 218.25 | 0.81 | 0.59 |
| Hex | 40 | 7E | EB | 49 | 2E | 0 | 8 | DA | 51 | 3B |
| Octal | 100 | 176 | 353 | 111 | 56 | 0 | 10 | 332 | 121 | 73 |
| Binary | 1000000 | 1111110 | 11101011 | 1001001 | 101110 | 0 | 1000 | 11011010 | 1010001 | 111011 |
Color Harmonies of #407EEB
Complementary color
Monochromatic Colors of #407EEB
Black with #407EEB
Text Example
Text Example
White with #407EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EEB; }
p { color: rgb(64,126,235); }
H1.HeaderClassName
{
color: #407EEB;
}
.AnyTagClassName
{
color: #407EEB;
}
</style>
background-color css
<style>
a { background-color: #407EEB; }
a { background-color: rgb(64,126,235); }
div.DivClassName
{
background-color: #407EEB;
}
.BgClassName
{
background-color: #407EEB;
}
</style>
border-color css
<style>
span { border-color: #407EEB; }
span { border-color: rgb(64,126,235); }
td.TdClassName
{
border-color: #407EEB;
}
.TagClassName
{
border-color: #407EEB;
}
</style>