Shades of Royal Blue #416DF6
Tints of Royal Blue #416DF6
RGB
CMYK
RGB Variations
Color information
#416DF6 (or 0x416DF6) is known color: Royal Blue. HEX triplet: 41, 6D and F6. RGB value is (65,109,246). Sum of RGB (Red+Green+Blue) = 65+109+246=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #416DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DF6 is #BE9209. Grayscale: #6E6E6E. Windows color (decimal): -12489226 or 16149825. OLE color: 16149825.
HSL color Cylindrical-coordinate representation of color #416DF6: hue angle of 225.41º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416DF6 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 109 | 246 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.04 |
| HSL | 225.41º | 0.91% | 0.61% | - |
| HSV(B) | 225.41º | 0.74% | 0.96% | - |
| XYZ | 24.28 | 18.71 | 89.52 | - |
| YUV | 111.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 246 | 0.74 | 0.56 | 0 | 0.04 | 225.41 | 0.91 | 0.61 |
| Hex | 41 | 6D | F6 | 4A | 38 | 0 | 4 | E1 | 5B | 3D |
| Octal | 101 | 155 | 366 | 112 | 70 | 0 | 4 | 341 | 133 | 75 |
| Binary | 1000001 | 1101101 | 11110110 | 1001010 | 111000 | 0 | 100 | 11100001 | 1011011 | 111101 |
Color Harmonies of #416DF6
Complementary color
Monochromatic Colors of #416DF6
Black with #416DF6
Text Example
Text Example
White with #416DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DF6; }
p { color: rgb(65,109,246); }
H1.HeaderClassName
{
color: #416DF6;
}
.AnyTagClassName
{
color: #416DF6;
}
</style>
background-color css
<style>
a { background-color: #416DF6; }
a { background-color: rgb(65,109,246); }
div.DivClassName
{
background-color: #416DF6;
}
.BgClassName
{
background-color: #416DF6;
}
</style>
border-color css
<style>
span { border-color: #416DF6; }
span { border-color: rgb(65,109,246); }
td.TdClassName
{
border-color: #416DF6;
}
.TagClassName
{
border-color: #416DF6;
}
</style>