Shades of Royal Blue #416FD0
Tints of Royal Blue #416FD0
RGB
CMYK
RGB Variations
Color information
#416FD0 (or 0x416FD0) is known color: Royal Blue. HEX triplet: 41, 6F and D0. RGB value is (65,111,208). Sum of RGB (Red+Green+Blue) = 65+111+208=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #416FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FD0 is #BE902F. Grayscale: #6B6B6B. Windows color (decimal): -12488752 or 13659969. OLE color: 13659969.
HSL color Cylindrical-coordinate representation of color #416FD0: hue angle of 220.7º 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 #416FD0 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 111 | 208 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.18 |
| HSL | 220.7º | 0.6% | 0.54% | - |
| HSV(B) | 220.7º | 0.69% | 0.82% | - |
| XYZ | 19.25 | 17.05 | 61.95 | - |
| YUV | 108.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 208 | 0.69 | 0.47 | 0 | 0.18 | 220.7 | 0.6 | 0.54 |
| Hex | 41 | 6F | D0 | 45 | 2F | 0 | 12 | DD | 3C | 36 |
| Octal | 101 | 157 | 320 | 105 | 57 | 0 | 22 | 335 | 74 | 66 |
| Binary | 1000001 | 1101111 | 11010000 | 1000101 | 101111 | 0 | 10010 | 11011101 | 111100 | 110110 |
Color Harmonies of #416FD0
Complementary color
Monochromatic Colors of #416FD0
Black with #416FD0
Text Example
Text Example
White with #416FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FD0; }
p { color: rgb(65,111,208); }
H1.HeaderClassName
{
color: #416FD0;
}
.AnyTagClassName
{
color: #416FD0;
}
</style>
background-color css
<style>
a { background-color: #416FD0; }
a { background-color: rgb(65,111,208); }
div.DivClassName
{
background-color: #416FD0;
}
.BgClassName
{
background-color: #416FD0;
}
</style>
border-color css
<style>
span { border-color: #416FD0; }
span { border-color: rgb(65,111,208); }
td.TdClassName
{
border-color: #416FD0;
}
.TagClassName
{
border-color: #416FD0;
}
</style>