Shades of Royal Blue #417CE6
Tints of Royal Blue #417CE6
RGB
CMYK
RGB Variations
Color information
#417CE6 (or 0x417CE6) is known color: Royal Blue. HEX triplet: 41, 7C and E6. RGB value is (65,124,230). Sum of RGB (Red+Green+Blue) = 65+124+230=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #417CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CE6 is #BE8319. Grayscale: #757575. Windows color (decimal): -12485402 or 15105089. OLE color: 15105089.
HSL color Cylindrical-coordinate representation of color #417CE6: hue angle of 218.55º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417CE6 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 124 | 230 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.10 |
| HSL | 218.55º | 0.77% | 0.58% | - |
| HSV(B) | 218.55º | 0.72% | 0.9% | - |
| XYZ | 23.67 | 21.25 | 77.72 | - |
| YUV | 118.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 230 | 0.72 | 0.46 | 0 | 0.10 | 218.55 | 0.77 | 0.58 |
| Hex | 41 | 7C | E6 | 48 | 2E | 0 | A | DB | 4D | 3A |
| Octal | 101 | 174 | 346 | 110 | 56 | 0 | 12 | 333 | 115 | 72 |
| Binary | 1000001 | 1111100 | 11100110 | 1001000 | 101110 | 0 | 1010 | 11011011 | 1001101 | 111010 |
Color Harmonies of #417CE6
Complementary color
Monochromatic Colors of #417CE6
Black with #417CE6
Text Example
Text Example
White with #417CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CE6; }
p { color: rgb(65,124,230); }
H1.HeaderClassName
{
color: #417CE6;
}
.AnyTagClassName
{
color: #417CE6;
}
</style>
background-color css
<style>
a { background-color: #417CE6; }
a { background-color: rgb(65,124,230); }
div.DivClassName
{
background-color: #417CE6;
}
.BgClassName
{
background-color: #417CE6;
}
</style>
border-color css
<style>
span { border-color: #417CE6; }
span { border-color: rgb(65,124,230); }
td.TdClassName
{
border-color: #417CE6;
}
.TagClassName
{
border-color: #417CE6;
}
</style>