Shades of Royal Blue #416EF1
Tints of Royal Blue #416EF1
RGB
CMYK
RGB Variations
Color information
#416EF1 (or 0x416EF1) is known color: Royal Blue. HEX triplet: 41, 6E and F1. RGB value is (65,110,241). Sum of RGB (Red+Green+Blue) = 65+110+241=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #416EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EF1 is #BE910E. Grayscale: #6E6E6E. Windows color (decimal): -12488975 or 15822401. OLE color: 15822401.
HSL color Cylindrical-coordinate representation of color #416EF1: hue angle of 224.66º 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 #416EF1 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 110 | 241 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.05 |
| HSL | 224.66º | 0.86% | 0.6% | - |
| HSV(B) | 224.66º | 0.73% | 0.95% | - |
| XYZ | 23.63 | 18.63 | 85.57 | - |
| YUV | 111.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 241 | 0.73 | 0.54 | 0 | 0.05 | 224.66 | 0.86 | 0.6 |
| Hex | 41 | 6E | F1 | 49 | 36 | 0 | 5 | E1 | 56 | 3C |
| Octal | 101 | 156 | 361 | 111 | 66 | 0 | 5 | 341 | 126 | 74 |
| Binary | 1000001 | 1101110 | 11110001 | 1001001 | 110110 | 0 | 101 | 11100001 | 1010110 | 111100 |
Color Harmonies of #416EF1
Complementary color
Monochromatic Colors of #416EF1
Black with #416EF1
Text Example
Text Example
White with #416EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EF1; }
p { color: rgb(65,110,241); }
H1.HeaderClassName
{
color: #416EF1;
}
.AnyTagClassName
{
color: #416EF1;
}
</style>
background-color css
<style>
a { background-color: #416EF1; }
a { background-color: rgb(65,110,241); }
div.DivClassName
{
background-color: #416EF1;
}
.BgClassName
{
background-color: #416EF1;
}
</style>
border-color css
<style>
span { border-color: #416EF1; }
span { border-color: rgb(65,110,241); }
td.TdClassName
{
border-color: #416EF1;
}
.TagClassName
{
border-color: #416EF1;
}
</style>