Shades of Royal Blue #417EEE
Tints of Royal Blue #417EEE
RGB
CMYK
RGB Variations
Color information
#417EEE (or 0x417EEE) is known color: Royal Blue. HEX triplet: 41, 7E and EE. RGB value is (65,126,238). Sum of RGB (Red+Green+Blue) = 65+126+238=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #417EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EEE is #BE8111. Grayscale: #787878. Windows color (decimal): -12484882 or 15629889. OLE color: 15629889.
HSL color Cylindrical-coordinate representation of color #417EEE: hue angle of 218.84º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417EEE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 126 | 238 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.07 |
| HSL | 218.84º | 0.84% | 0.59% | - |
| HSV(B) | 218.84º | 0.73% | 0.93% | - |
| XYZ | 25.07 | 22.22 | 83.86 | - |
| YUV | 120.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 238 | 0.73 | 0.47 | 0 | 0.07 | 218.84 | 0.84 | 0.59 |
| Hex | 41 | 7E | EE | 49 | 2F | 0 | 7 | DB | 54 | 3B |
| Octal | 101 | 176 | 356 | 111 | 57 | 0 | 7 | 333 | 124 | 73 |
| Binary | 1000001 | 1111110 | 11101110 | 1001001 | 101111 | 0 | 111 | 11011011 | 1010100 | 111011 |
Color Harmonies of #417EEE
Complementary color
Monochromatic Colors of #417EEE
Black with #417EEE
Text Example
Text Example
White with #417EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EEE; }
p { color: rgb(65,126,238); }
H1.HeaderClassName
{
color: #417EEE;
}
.AnyTagClassName
{
color: #417EEE;
}
</style>
background-color css
<style>
a { background-color: #417EEE; }
a { background-color: rgb(65,126,238); }
div.DivClassName
{
background-color: #417EEE;
}
.BgClassName
{
background-color: #417EEE;
}
</style>
border-color css
<style>
span { border-color: #417EEE; }
span { border-color: rgb(65,126,238); }
td.TdClassName
{
border-color: #417EEE;
}
.TagClassName
{
border-color: #417EEE;
}
</style>