Shades of Royal Blue #417EDD
Tints of Royal Blue #417EDD
RGB
CMYK
RGB Variations
Color information
#417EDD (or 0x417EDD) is known color: Royal Blue. HEX triplet: 41, 7E and DD. RGB value is (65,126,221). Sum of RGB (Red+Green+Blue) = 65+126+221=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #417EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EDD is #BE8122. Grayscale: #767676. Windows color (decimal): -12484899 or 14515777. OLE color: 14515777.
HSL color Cylindrical-coordinate representation of color #417EDD: hue angle of 216.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #417EDD is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 126 | 221 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.13 |
| HSL | 216.54º | 0.7% | 0.56% | - |
| HSV(B) | 216.54º | 0.71% | 0.87% | - |
| XYZ | 22.69 | 21.27 | 71.32 | - |
| YUV | 118.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 221 | 0.71 | 0.43 | 0 | 0.13 | 216.54 | 0.7 | 0.56 |
| Hex | 41 | 7E | DD | 47 | 2B | 0 | D | D9 | 46 | 38 |
| Octal | 101 | 176 | 335 | 107 | 53 | 0 | 15 | 331 | 106 | 70 |
| Binary | 1000001 | 1111110 | 11011101 | 1000111 | 101011 | 0 | 1101 | 11011001 | 1000110 | 111000 |
Color Harmonies of #417EDD
Complementary color
Monochromatic Colors of #417EDD
Black with #417EDD
Text Example
Text Example
White with #417EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EDD; }
p { color: rgb(65,126,221); }
H1.HeaderClassName
{
color: #417EDD;
}
.AnyTagClassName
{
color: #417EDD;
}
</style>
background-color css
<style>
a { background-color: #417EDD; }
a { background-color: rgb(65,126,221); }
div.DivClassName
{
background-color: #417EDD;
}
.BgClassName
{
background-color: #417EDD;
}
</style>
border-color css
<style>
span { border-color: #417EDD; }
span { border-color: rgb(65,126,221); }
td.TdClassName
{
border-color: #417EDD;
}
.TagClassName
{
border-color: #417EDD;
}
</style>