Shades of Royal Blue #417ED4
Tints of Royal Blue #417ED4
RGB
CMYK
RGB Variations
Color information
#417ED4 (or 0x417ED4) is known color: Royal Blue. HEX triplet: 41, 7E and D4. RGB value is (65,126,212). Sum of RGB (Red+Green+Blue) = 65+126+212=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #417ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ED4 is #BE812B. Grayscale: #757575. Windows color (decimal): -12484908 or 13925953. OLE color: 13925953.
HSL color Cylindrical-coordinate representation of color #417ED4: hue angle of 215.1º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417ED4 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 126 | 212 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.17 |
| HSL | 215.1º | 0.63% | 0.54% | - |
| HSV(B) | 215.1º | 0.69% | 0.83% | - |
| XYZ | 21.52 | 20.8 | 65.17 | - |
| YUV | 117.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 212 | 0.69 | 0.41 | 0 | 0.17 | 215.1 | 0.63 | 0.54 |
| Hex | 41 | 7E | D4 | 45 | 29 | 0 | 11 | D7 | 3F | 36 |
| Octal | 101 | 176 | 324 | 105 | 51 | 0 | 21 | 327 | 77 | 66 |
| Binary | 1000001 | 1111110 | 11010100 | 1000101 | 101001 | 0 | 10001 | 11010111 | 111111 | 110110 |
Color Harmonies of #417ED4
Complementary color
Monochromatic Colors of #417ED4
Black with #417ED4
Text Example
Text Example
White with #417ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417ED4; }
p { color: rgb(65,126,212); }
H1.HeaderClassName
{
color: #417ED4;
}
.AnyTagClassName
{
color: #417ED4;
}
</style>
background-color css
<style>
a { background-color: #417ED4; }
a { background-color: rgb(65,126,212); }
div.DivClassName
{
background-color: #417ED4;
}
.BgClassName
{
background-color: #417ED4;
}
</style>
border-color css
<style>
span { border-color: #417ED4; }
span { border-color: rgb(65,126,212); }
td.TdClassName
{
border-color: #417ED4;
}
.TagClassName
{
border-color: #417ED4;
}
</style>