Shades of Royal Blue #417ADB
Tints of Royal Blue #417ADB
RGB
CMYK
RGB Variations
Color information
#417ADB (or 0x417ADB) is known color: Royal Blue. HEX triplet: 41, 7A and DB. RGB value is (65,122,219). Sum of RGB (Red+Green+Blue) = 65+122+219=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #417ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ADB is #BE8524. Grayscale: #737373. Windows color (decimal): -12485925 or 14383681. OLE color: 14383681.
HSL color Cylindrical-coordinate representation of color #417ADB: hue angle of 217.79º degrees, saturation: 0.68, 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 #417ADB is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 122 | 219 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.14 |
| HSL | 217.79º | 0.68% | 0.56% | - |
| HSV(B) | 217.79º | 0.7% | 0.86% | - |
| XYZ | 21.93 | 20.16 | 69.75 | - |
| YUV | 116.02 | 186.12 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 219 | 0.70 | 0.44 | 0 | 0.14 | 217.79 | 0.68 | 0.56 |
| Hex | 41 | 7A | DB | 46 | 2C | 0 | E | DA | 44 | 38 |
| Octal | 101 | 172 | 333 | 106 | 54 | 0 | 16 | 332 | 104 | 70 |
| Binary | 1000001 | 1111010 | 11011011 | 1000110 | 101100 | 0 | 1110 | 11011010 | 1000100 | 111000 |
Color Harmonies of #417ADB
Complementary color
Monochromatic Colors of #417ADB
Black with #417ADB
Text Example
Text Example
White with #417ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417ADB; }
p { color: rgb(65,122,219); }
H1.HeaderClassName
{
color: #417ADB;
}
.AnyTagClassName
{
color: #417ADB;
}
</style>
background-color css
<style>
a { background-color: #417ADB; }
a { background-color: rgb(65,122,219); }
div.DivClassName
{
background-color: #417ADB;
}
.BgClassName
{
background-color: #417ADB;
}
</style>
border-color css
<style>
span { border-color: #417ADB; }
span { border-color: rgb(65,122,219); }
td.TdClassName
{
border-color: #417ADB;
}
.TagClassName
{
border-color: #417ADB;
}
</style>