Shades of Royal Blue #417BD3
Tints of Royal Blue #417BD3
RGB
CMYK
RGB Variations
Color information
#417BD3 (or 0x417BD3) is known color: Royal Blue. HEX triplet: 41, 7B and D3. RGB value is (65,123,211). Sum of RGB (Red+Green+Blue) = 65+123+211=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #417BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BD3 is #BE842C. Grayscale: #737373. Windows color (decimal): -12485677 or 13859649. OLE color: 13859649.
HSL color Cylindrical-coordinate representation of color #417BD3: hue angle of 216.16º degrees, saturation: 0.62, 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 #417BD3 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 123 | 211 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.17 |
| HSL | 216.16º | 0.62% | 0.54% | - |
| HSV(B) | 216.16º | 0.69% | 0.83% | - |
| XYZ | 21.02 | 19.99 | 64.38 | - |
| YUV | 115.69 | 181.78 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 211 | 0.69 | 0.42 | 0 | 0.17 | 216.16 | 0.62 | 0.54 |
| Hex | 41 | 7B | D3 | 45 | 2A | 0 | 11 | D8 | 3E | 36 |
| Octal | 101 | 173 | 323 | 105 | 52 | 0 | 21 | 330 | 76 | 66 |
| Binary | 1000001 | 1111011 | 11010011 | 1000101 | 101010 | 0 | 10001 | 11011000 | 111110 | 110110 |
Color Harmonies of #417BD3
Complementary color
Monochromatic Colors of #417BD3
Black with #417BD3
Text Example
Text Example
White with #417BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BD3; }
p { color: rgb(65,123,211); }
H1.HeaderClassName
{
color: #417BD3;
}
.AnyTagClassName
{
color: #417BD3;
}
</style>
background-color css
<style>
a { background-color: #417BD3; }
a { background-color: rgb(65,123,211); }
div.DivClassName
{
background-color: #417BD3;
}
.BgClassName
{
background-color: #417BD3;
}
</style>
border-color css
<style>
span { border-color: #417BD3; }
span { border-color: rgb(65,123,211); }
td.TdClassName
{
border-color: #417BD3;
}
.TagClassName
{
border-color: #417BD3;
}
</style>