Shades of Royal Blue #417EF1
Tints of Royal Blue #417EF1
RGB
CMYK
RGB Variations
Color information
#417EF1 (or 0x417EF1) is known color: Royal Blue. HEX triplet: 41, 7E and F1. RGB value is (65,126,241). Sum of RGB (Red+Green+Blue) = 65+126+241=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #417EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EF1 is #BE810E. Grayscale: #787878. Windows color (decimal): -12484879 or 15826497. OLE color: 15826497.
HSL color Cylindrical-coordinate representation of color #417EF1: hue angle of 219.2º 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 #417EF1 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 126 | 241 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.05 |
| HSL | 219.2º | 0.86% | 0.6% | - |
| HSV(B) | 219.2º | 0.73% | 0.95% | - |
| XYZ | 25.52 | 22.4 | 86.2 | - |
| YUV | 120.87 | 195.79 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 241 | 0.73 | 0.48 | 0 | 0.05 | 219.2 | 0.86 | 0.6 |
| Hex | 41 | 7E | F1 | 49 | 30 | 0 | 5 | DB | 56 | 3C |
| Octal | 101 | 176 | 361 | 111 | 60 | 0 | 5 | 333 | 126 | 74 |
| Binary | 1000001 | 1111110 | 11110001 | 1001001 | 110000 | 0 | 101 | 11011011 | 1010110 | 111100 |
Color Harmonies of #417EF1
Complementary color
Monochromatic Colors of #417EF1
Black with #417EF1
Text Example
Text Example
White with #417EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EF1; }
p { color: rgb(65,126,241); }
H1.HeaderClassName
{
color: #417EF1;
}
.AnyTagClassName
{
color: #417EF1;
}
</style>
background-color css
<style>
a { background-color: #417EF1; }
a { background-color: rgb(65,126,241); }
div.DivClassName
{
background-color: #417EF1;
}
.BgClassName
{
background-color: #417EF1;
}
</style>
border-color css
<style>
span { border-color: #417EF1; }
span { border-color: rgb(65,126,241); }
td.TdClassName
{
border-color: #417EF1;
}
.TagClassName
{
border-color: #417EF1;
}
</style>