Shades of Royal Blue #416FEA
Tints of Royal Blue #416FEA
RGB
CMYK
RGB Variations
Color information
#416FEA (or 0x416FEA) is known color: Royal Blue. HEX triplet: 41, 6F and EA. RGB value is (65,111,234). Sum of RGB (Red+Green+Blue) = 65+111+234=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #416FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FEA is #BE9015. Grayscale: #6E6E6E. Windows color (decimal): -12488726 or 15363905. OLE color: 15363905.
HSL color Cylindrical-coordinate representation of color #416FEA: hue angle of 223.67º 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 #416FEA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 111 | 234 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.08 |
| HSL | 223.67º | 0.8% | 0.59% | - |
| HSV(B) | 223.67º | 0.72% | 0.92% | - |
| XYZ | 22.72 | 18.43 | 80.2 | - |
| YUV | 111.27 | 197.26 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 234 | 0.72 | 0.53 | 0 | 0.08 | 223.67 | 0.8 | 0.59 |
| Hex | 41 | 6F | EA | 48 | 35 | 0 | 8 | E0 | 50 | 3B |
| Octal | 101 | 157 | 352 | 110 | 65 | 0 | 10 | 340 | 120 | 73 |
| Binary | 1000001 | 1101111 | 11101010 | 1001000 | 110101 | 0 | 1000 | 11100000 | 1010000 | 111011 |
Color Harmonies of #416FEA
Complementary color
Monochromatic Colors of #416FEA
Black with #416FEA
Text Example
Text Example
White with #416FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FEA; }
p { color: rgb(65,111,234); }
H1.HeaderClassName
{
color: #416FEA;
}
.AnyTagClassName
{
color: #416FEA;
}
</style>
background-color css
<style>
a { background-color: #416FEA; }
a { background-color: rgb(65,111,234); }
div.DivClassName
{
background-color: #416FEA;
}
.BgClassName
{
background-color: #416FEA;
}
</style>
border-color css
<style>
span { border-color: #416FEA; }
span { border-color: rgb(65,111,234); }
td.TdClassName
{
border-color: #416FEA;
}
.TagClassName
{
border-color: #416FEA;
}
</style>