Shades of Royal Blue #416FEE
Tints of Royal Blue #416FEE
RGB
CMYK
RGB Variations
Color information
#416FEE (or 0x416FEE) is known color: Royal Blue. HEX triplet: 41, 6F and EE. RGB value is (65,111,238). Sum of RGB (Red+Green+Blue) = 65+111+238=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #416FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FEE is #BE9011. Grayscale: #6F6F6F. Windows color (decimal): -12488722 or 15626049. OLE color: 15626049.
HSL color Cylindrical-coordinate representation of color #416FEE: hue angle of 224.05º 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 #416FEE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 111 | 238 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.07 |
| HSL | 224.05º | 0.84% | 0.59% | - |
| HSV(B) | 224.05º | 0.73% | 0.93% | - |
| XYZ | 23.3 | 18.67 | 83.26 | - |
| YUV | 111.72 | 199.26 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 238 | 0.73 | 0.53 | 0 | 0.07 | 224.05 | 0.84 | 0.59 |
| Hex | 41 | 6F | EE | 49 | 35 | 0 | 7 | E0 | 54 | 3B |
| Octal | 101 | 157 | 356 | 111 | 65 | 0 | 7 | 340 | 124 | 73 |
| Binary | 1000001 | 1101111 | 11101110 | 1001001 | 110101 | 0 | 111 | 11100000 | 1010100 | 111011 |
Color Harmonies of #416FEE
Complementary color
Monochromatic Colors of #416FEE
Black with #416FEE
Text Example
Text Example
White with #416FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FEE; }
p { color: rgb(65,111,238); }
H1.HeaderClassName
{
color: #416FEE;
}
.AnyTagClassName
{
color: #416FEE;
}
</style>
background-color css
<style>
a { background-color: #416FEE; }
a { background-color: rgb(65,111,238); }
div.DivClassName
{
background-color: #416FEE;
}
.BgClassName
{
background-color: #416FEE;
}
</style>
border-color css
<style>
span { border-color: #416FEE; }
span { border-color: rgb(65,111,238); }
td.TdClassName
{
border-color: #416FEE;
}
.TagClassName
{
border-color: #416FEE;
}
</style>