Shades of Royal Blue #416EEE
Tints of Royal Blue #416EEE
RGB
CMYK
RGB Variations
Color information
#416EEE (or 0x416EEE) is known color: Royal Blue. HEX triplet: 41, 6E and EE. RGB value is (65,110,238). Sum of RGB (Red+Green+Blue) = 65+110+238=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #416EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EEE is #BE9111. Grayscale: #6E6E6E. Windows color (decimal): -12488978 or 15625793. OLE color: 15625793.
HSL color Cylindrical-coordinate representation of color #416EEE: hue angle of 224.39º 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 #416EEE is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 110 | 238 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.07 |
| HSL | 224.39º | 0.84% | 0.59% | - |
| HSV(B) | 224.39º | 0.73% | 0.93% | - |
| XYZ | 23.19 | 18.45 | 83.23 | - |
| YUV | 111.14 | 199.59 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 238 | 0.73 | 0.54 | 0 | 0.07 | 224.39 | 0.84 | 0.59 |
| Hex | 41 | 6E | EE | 49 | 36 | 0 | 7 | E0 | 54 | 3B |
| Octal | 101 | 156 | 356 | 111 | 66 | 0 | 7 | 340 | 124 | 73 |
| Binary | 1000001 | 1101110 | 11101110 | 1001001 | 110110 | 0 | 111 | 11100000 | 1010100 | 111011 |
Color Harmonies of #416EEE
Complementary color
Monochromatic Colors of #416EEE
Black with #416EEE
Text Example
Text Example
White with #416EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EEE; }
p { color: rgb(65,110,238); }
H1.HeaderClassName
{
color: #416EEE;
}
.AnyTagClassName
{
color: #416EEE;
}
</style>
background-color css
<style>
a { background-color: #416EEE; }
a { background-color: rgb(65,110,238); }
div.DivClassName
{
background-color: #416EEE;
}
.BgClassName
{
background-color: #416EEE;
}
</style>
border-color css
<style>
span { border-color: #416EEE; }
span { border-color: rgb(65,110,238); }
td.TdClassName
{
border-color: #416EEE;
}
.TagClassName
{
border-color: #416EEE;
}
</style>