Shades of Royal Blue #417CDA
Tints of Royal Blue #417CDA
RGB
CMYK
RGB Variations
Color information
#417CDA (or 0x417CDA) is known color: Royal Blue. HEX triplet: 41, 7C and DA. RGB value is (65,124,218). Sum of RGB (Red+Green+Blue) = 65+124+218=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #417CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CDA is #BE8325. Grayscale: #747474. Windows color (decimal): -12485414 or 14318657. OLE color: 14318657.
HSL color Cylindrical-coordinate representation of color #417CDA: hue angle of 216.86º 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 #417CDA is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 124 | 218 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.15 |
| HSL | 216.86º | 0.67% | 0.55% | - |
| HSV(B) | 216.86º | 0.7% | 0.85% | - |
| XYZ | 22.04 | 20.6 | 69.14 | - |
| YUV | 117.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 218 | 0.70 | 0.43 | 0 | 0.15 | 216.86 | 0.67 | 0.55 |
| Hex | 41 | 7C | DA | 46 | 2B | 0 | F | D9 | 43 | 37 |
| Octal | 101 | 174 | 332 | 106 | 53 | 0 | 17 | 331 | 103 | 67 |
| Binary | 1000001 | 1111100 | 11011010 | 1000110 | 101011 | 0 | 1111 | 11011001 | 1000011 | 110111 |
Color Harmonies of #417CDA
Complementary color
Monochromatic Colors of #417CDA
Black with #417CDA
Text Example
Text Example
White with #417CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CDA; }
p { color: rgb(65,124,218); }
H1.HeaderClassName
{
color: #417CDA;
}
.AnyTagClassName
{
color: #417CDA;
}
</style>
background-color css
<style>
a { background-color: #417CDA; }
a { background-color: rgb(65,124,218); }
div.DivClassName
{
background-color: #417CDA;
}
.BgClassName
{
background-color: #417CDA;
}
</style>
border-color css
<style>
span { border-color: #417CDA; }
span { border-color: rgb(65,124,218); }
td.TdClassName
{
border-color: #417CDA;
}
.TagClassName
{
border-color: #417CDA;
}
</style>