Shades of Royal Blue #417FED
Tints of Royal Blue #417FED
RGB
CMYK
RGB Variations
Color information
#417FED (or 0x417FED) is known color: Royal Blue. HEX triplet: 41, 7F and ED. RGB value is (65,127,237). Sum of RGB (Red+Green+Blue) = 65+127+237=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #417FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FED is #BE8012. Grayscale: #787878. Windows color (decimal): -12484627 or 15564609. OLE color: 15564609.
HSL color Cylindrical-coordinate representation of color #417FED: hue angle of 218.37º 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 #417FED is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 127 | 237 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.07 |
| HSL | 218.37º | 0.83% | 0.59% | - |
| HSV(B) | 218.37º | 0.73% | 0.93% | - |
| XYZ | 25.06 | 22.42 | 83.13 | - |
| YUV | 121 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 237 | 0.73 | 0.46 | 0 | 0.07 | 218.37 | 0.83 | 0.59 |
| Hex | 41 | 7F | ED | 49 | 2E | 0 | 7 | DA | 53 | 3B |
| Octal | 101 | 177 | 355 | 111 | 56 | 0 | 7 | 332 | 123 | 73 |
| Binary | 1000001 | 1111111 | 11101101 | 1001001 | 101110 | 0 | 111 | 11011010 | 1010011 | 111011 |
Color Harmonies of #417FED
Complementary color
Monochromatic Colors of #417FED
Black with #417FED
Text Example
Text Example
White with #417FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FED; }
p { color: rgb(65,127,237); }
H1.HeaderClassName
{
color: #417FED;
}
.AnyTagClassName
{
color: #417FED;
}
</style>
background-color css
<style>
a { background-color: #417FED; }
a { background-color: rgb(65,127,237); }
div.DivClassName
{
background-color: #417FED;
}
.BgClassName
{
background-color: #417FED;
}
</style>
border-color css
<style>
span { border-color: #417FED; }
span { border-color: rgb(65,127,237); }
td.TdClassName
{
border-color: #417FED;
}
.TagClassName
{
border-color: #417FED;
}
</style>