Shades of Royal Blue #416AD0
Tints of Royal Blue #416AD0
RGB
CMYK
RGB Variations
Color information
#416AD0 (or 0x416AD0) is known color: Royal Blue. HEX triplet: 41, 6A and D0. RGB value is (65,106,208). Sum of RGB (Red+Green+Blue) = 65+106+208=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #416AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AD0 is #BE952F. Grayscale: #686868. Windows color (decimal): -12490032 or 13658689. OLE color: 13658689.
HSL color Cylindrical-coordinate representation of color #416AD0: hue angle of 222.8º degrees, saturation: 0.6, 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 #416AD0 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 106 | 208 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.18 |
| HSL | 222.8º | 0.6% | 0.54% | - |
| HSV(B) | 222.8º | 0.69% | 0.82% | - |
| XYZ | 18.72 | 15.99 | 61.77 | - |
| YUV | 105.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 208 | 0.69 | 0.49 | 0 | 0.18 | 222.8 | 0.6 | 0.54 |
| Hex | 41 | 6A | D0 | 45 | 31 | 0 | 12 | DF | 3C | 36 |
| Octal | 101 | 152 | 320 | 105 | 61 | 0 | 22 | 337 | 74 | 66 |
| Binary | 1000001 | 1101010 | 11010000 | 1000101 | 110001 | 0 | 10010 | 11011111 | 111100 | 110110 |
Color Harmonies of #416AD0
Complementary color
Monochromatic Colors of #416AD0
Black with #416AD0
Text Example
Text Example
White with #416AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416AD0; }
p { color: rgb(65,106,208); }
H1.HeaderClassName
{
color: #416AD0;
}
.AnyTagClassName
{
color: #416AD0;
}
</style>
background-color css
<style>
a { background-color: #416AD0; }
a { background-color: rgb(65,106,208); }
div.DivClassName
{
background-color: #416AD0;
}
.BgClassName
{
background-color: #416AD0;
}
</style>
border-color css
<style>
span { border-color: #416AD0; }
span { border-color: rgb(65,106,208); }
td.TdClassName
{
border-color: #416AD0;
}
.TagClassName
{
border-color: #416AD0;
}
</style>