Shades of Royal Blue #417AD1
Tints of Royal Blue #417AD1
RGB
CMYK
RGB Variations
Color information
#417AD1 (or 0x417AD1) is known color: Royal Blue. HEX triplet: 41, 7A and D1. RGB value is (65,122,209). Sum of RGB (Red+Green+Blue) = 65+122+209=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #417AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AD1 is #BE852E. Grayscale: #727272. Windows color (decimal): -12485935 or 13728321. OLE color: 13728321.
HSL color Cylindrical-coordinate representation of color #417AD1: hue angle of 216.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417AD1 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 122 | 209 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.18 |
| HSL | 216.25º | 0.61% | 0.54% | - |
| HSV(B) | 216.25º | 0.69% | 0.82% | - |
| XYZ | 20.65 | 19.65 | 63.03 | - |
| YUV | 114.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 209 | 0.69 | 0.42 | 0 | 0.18 | 216.25 | 0.61 | 0.54 |
| Hex | 41 | 7A | D1 | 45 | 2A | 0 | 12 | D8 | 3D | 36 |
| Octal | 101 | 172 | 321 | 105 | 52 | 0 | 22 | 330 | 75 | 66 |
| Binary | 1000001 | 1111010 | 11010001 | 1000101 | 101010 | 0 | 10010 | 11011000 | 111101 | 110110 |
Color Harmonies of #417AD1
Complementary color
Monochromatic Colors of #417AD1
Black with #417AD1
Text Example
Text Example
White with #417AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AD1; }
p { color: rgb(65,122,209); }
H1.HeaderClassName
{
color: #417AD1;
}
.AnyTagClassName
{
color: #417AD1;
}
</style>
background-color css
<style>
a { background-color: #417AD1; }
a { background-color: rgb(65,122,209); }
div.DivClassName
{
background-color: #417AD1;
}
.BgClassName
{
background-color: #417AD1;
}
</style>
border-color css
<style>
span { border-color: #417AD1; }
span { border-color: rgb(65,122,209); }
td.TdClassName
{
border-color: #417AD1;
}
.TagClassName
{
border-color: #417AD1;
}
</style>