Shades of Royal Blue #417CED
Tints of Royal Blue #417CED
RGB
CMYK
RGB Variations
Color information
#417CED (or 0x417CED) is known color: Royal Blue. HEX triplet: 41, 7C and ED. RGB value is (65,124,237). Sum of RGB (Red+Green+Blue) = 65+124+237=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #417CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CED is #BE8312. Grayscale: #767676. Windows color (decimal): -12485395 or 15563841. OLE color: 15563841.
HSL color Cylindrical-coordinate representation of color #417CED: hue angle of 219.42º degrees, saturation: 0.83, 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 #417CED is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 124 | 237 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.07 |
| HSL | 219.42º | 0.83% | 0.59% | - |
| HSV(B) | 219.42º | 0.73% | 0.93% | - |
| XYZ | 24.67 | 21.65 | 83 | - |
| YUV | 119.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 237 | 0.73 | 0.48 | 0 | 0.07 | 219.42 | 0.83 | 0.59 |
| Hex | 41 | 7C | ED | 49 | 30 | 0 | 7 | DB | 53 | 3B |
| Octal | 101 | 174 | 355 | 111 | 60 | 0 | 7 | 333 | 123 | 73 |
| Binary | 1000001 | 1111100 | 11101101 | 1001001 | 110000 | 0 | 111 | 11011011 | 1010011 | 111011 |
Color Harmonies of #417CED
Complementary color
Monochromatic Colors of #417CED
Black with #417CED
Text Example
Text Example
White with #417CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CED; }
p { color: rgb(65,124,237); }
H1.HeaderClassName
{
color: #417CED;
}
.AnyTagClassName
{
color: #417CED;
}
</style>
background-color css
<style>
a { background-color: #417CED; }
a { background-color: rgb(65,124,237); }
div.DivClassName
{
background-color: #417CED;
}
.BgClassName
{
background-color: #417CED;
}
</style>
border-color css
<style>
span { border-color: #417CED; }
span { border-color: rgb(65,124,237); }
td.TdClassName
{
border-color: #417CED;
}
.TagClassName
{
border-color: #417CED;
}
</style>