Shades of Royal Blue #417ADC
Tints of Royal Blue #417ADC
RGB
CMYK
RGB Variations
Color information
#417ADC (or 0x417ADC) is known color: Royal Blue. HEX triplet: 41, 7A and DC. RGB value is (65,122,220). Sum of RGB (Red+Green+Blue) = 65+122+220=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #417ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ADC is #BE8523. Grayscale: #737373. Windows color (decimal): -12485924 or 14449217. OLE color: 14449217.
HSL color Cylindrical-coordinate representation of color #417ADC: hue angle of 217.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #417ADC is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 122 | 220 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.14 |
| HSL | 217.94º | 0.69% | 0.56% | - |
| HSV(B) | 217.94º | 0.7% | 0.86% | - |
| XYZ | 22.06 | 20.21 | 70.45 | - |
| YUV | 116.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 220 | 0.70 | 0.45 | 0 | 0.14 | 217.94 | 0.69 | 0.56 |
| Hex | 41 | 7A | DC | 46 | 2D | 0 | E | DA | 45 | 38 |
| Octal | 101 | 172 | 334 | 106 | 55 | 0 | 16 | 332 | 105 | 70 |
| Binary | 1000001 | 1111010 | 11011100 | 1000110 | 101101 | 0 | 1110 | 11011010 | 1000101 | 111000 |
Color Harmonies of #417ADC
Complementary color
Monochromatic Colors of #417ADC
Black with #417ADC
Text Example
Text Example
White with #417ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417ADC; }
p { color: rgb(65,122,220); }
H1.HeaderClassName
{
color: #417ADC;
}
.AnyTagClassName
{
color: #417ADC;
}
</style>
background-color css
<style>
a { background-color: #417ADC; }
a { background-color: rgb(65,122,220); }
div.DivClassName
{
background-color: #417ADC;
}
.BgClassName
{
background-color: #417ADC;
}
</style>
border-color css
<style>
span { border-color: #417ADC; }
span { border-color: rgb(65,122,220); }
td.TdClassName
{
border-color: #417ADC;
}
.TagClassName
{
border-color: #417ADC;
}
</style>