Shades of Royal Blue #416EEA
Tints of Royal Blue #416EEA
RGB
CMYK
RGB Variations
Color information
#416EEA (or 0x416EEA) is known color: Royal Blue. HEX triplet: 41, 6E and EA. RGB value is (65,110,234). Sum of RGB (Red+Green+Blue) = 65+110+234=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #416EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EEA is #BE9115. Grayscale: #6E6E6E. Windows color (decimal): -12488982 or 15363649. OLE color: 15363649.
HSL color Cylindrical-coordinate representation of color #416EEA: hue angle of 224.02º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416EEA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 110 | 234 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.08 |
| HSL | 224.02º | 0.8% | 0.59% | - |
| HSV(B) | 224.02º | 0.72% | 0.92% | - |
| XYZ | 22.61 | 18.22 | 80.17 | - |
| YUV | 110.68 | 197.59 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 234 | 0.72 | 0.53 | 0 | 0.08 | 224.02 | 0.8 | 0.59 |
| Hex | 41 | 6E | EA | 48 | 35 | 0 | 8 | E0 | 50 | 3B |
| Octal | 101 | 156 | 352 | 110 | 65 | 0 | 10 | 340 | 120 | 73 |
| Binary | 1000001 | 1101110 | 11101010 | 1001000 | 110101 | 0 | 1000 | 11100000 | 1010000 | 111011 |
Color Harmonies of #416EEA
Complementary color
Monochromatic Colors of #416EEA
Black with #416EEA
Text Example
Text Example
White with #416EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EEA; }
p { color: rgb(65,110,234); }
H1.HeaderClassName
{
color: #416EEA;
}
.AnyTagClassName
{
color: #416EEA;
}
</style>
background-color css
<style>
a { background-color: #416EEA; }
a { background-color: rgb(65,110,234); }
div.DivClassName
{
background-color: #416EEA;
}
.BgClassName
{
background-color: #416EEA;
}
</style>
border-color css
<style>
span { border-color: #416EEA; }
span { border-color: rgb(65,110,234); }
td.TdClassName
{
border-color: #416EEA;
}
.TagClassName
{
border-color: #416EEA;
}
</style>