Shades of Royal Blue #416DF1
Tints of Royal Blue #416DF1
RGB
CMYK
RGB Variations
Color information
#416DF1 (or 0x416DF1) is known color: Royal Blue. HEX triplet: 41, 6D and F1. RGB value is (65,109,241). Sum of RGB (Red+Green+Blue) = 65+109+241=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #416DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DF1 is #BE920E. Grayscale: #6E6E6E. Windows color (decimal): -12489231 or 15822145. OLE color: 15822145.
HSL color Cylindrical-coordinate representation of color #416DF1: hue angle of 225º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416DF1 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 109 | 241 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.05 |
| HSL | 225º | 0.86% | 0.6% | - |
| HSV(B) | 225º | 0.73% | 0.95% | - |
| XYZ | 23.53 | 18.41 | 85.53 | - |
| YUV | 110.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 241 | 0.73 | 0.55 | 0 | 0.05 | 225 | 0.86 | 0.6 |
| Hex | 41 | 6D | F1 | 49 | 37 | 0 | 5 | E1 | 56 | 3C |
| Octal | 101 | 155 | 361 | 111 | 67 | 0 | 5 | 341 | 126 | 74 |
| Binary | 1000001 | 1101101 | 11110001 | 1001001 | 110111 | 0 | 101 | 11100001 | 1010110 | 111100 |
Color Harmonies of #416DF1
Complementary color
Monochromatic Colors of #416DF1
Black with #416DF1
Text Example
Text Example
White with #416DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DF1; }
p { color: rgb(65,109,241); }
H1.HeaderClassName
{
color: #416DF1;
}
.AnyTagClassName
{
color: #416DF1;
}
</style>
background-color css
<style>
a { background-color: #416DF1; }
a { background-color: rgb(65,109,241); }
div.DivClassName
{
background-color: #416DF1;
}
.BgClassName
{
background-color: #416DF1;
}
</style>
border-color css
<style>
span { border-color: #416DF1; }
span { border-color: rgb(65,109,241); }
td.TdClassName
{
border-color: #416DF1;
}
.TagClassName
{
border-color: #416DF1;
}
</style>