Shades of Royal Blue #417DDA
Tints of Royal Blue #417DDA
RGB
CMYK
RGB Variations
Color information
#417DDA (or 0x417DDA) is known color: Royal Blue. HEX triplet: 41, 7D and DA. RGB value is (65,125,218). Sum of RGB (Red+Green+Blue) = 65+125+218=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #417DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DDA is #BE8225. Grayscale: #757575. Windows color (decimal): -12485158 or 14318913. OLE color: 14318913.
HSL color Cylindrical-coordinate representation of color #417DDA: hue angle of 216.47º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #417DDA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 125 | 218 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.15 |
| HSL | 216.47º | 0.67% | 0.55% | - |
| HSV(B) | 216.47º | 0.7% | 0.85% | - |
| XYZ | 22.17 | 20.85 | 69.19 | - |
| YUV | 117.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 218 | 0.70 | 0.43 | 0 | 0.15 | 216.47 | 0.67 | 0.55 |
| Hex | 41 | 7D | DA | 46 | 2B | 0 | F | D8 | 43 | 37 |
| Octal | 101 | 175 | 332 | 106 | 53 | 0 | 17 | 330 | 103 | 67 |
| Binary | 1000001 | 1111101 | 11011010 | 1000110 | 101011 | 0 | 1111 | 11011000 | 1000011 | 110111 |
Color Harmonies of #417DDA
Complementary color
Monochromatic Colors of #417DDA
Black with #417DDA
Text Example
Text Example
White with #417DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DDA; }
p { color: rgb(65,125,218); }
H1.HeaderClassName
{
color: #417DDA;
}
.AnyTagClassName
{
color: #417DDA;
}
</style>
background-color css
<style>
a { background-color: #417DDA; }
a { background-color: rgb(65,125,218); }
div.DivClassName
{
background-color: #417DDA;
}
.BgClassName
{
background-color: #417DDA;
}
</style>
border-color css
<style>
span { border-color: #417DDA; }
span { border-color: rgb(65,125,218); }
td.TdClassName
{
border-color: #417DDA;
}
.TagClassName
{
border-color: #417DDA;
}
</style>