Shades of Royal Blue #416DFE
Tints of Royal Blue #416DFE
RGB
CMYK
RGB Variations
Color information
#416DFE (or 0x416DFE) is known color: Royal Blue. HEX triplet: 41, 6D and FE. RGB value is (65,109,254). Sum of RGB (Red+Green+Blue) = 65+109+254=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #416DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DFE is #BE9201. Grayscale: #6F6F6F. Windows color (decimal): -12489218 or 16674113. OLE color: 16674113.
HSL color Cylindrical-coordinate representation of color #416DFE: hue angle of 226.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #416DFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 109 | 254 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.00 |
| HSL | 226.03º | 0.99% | 0.63% | - |
| HSV(B) | 226.03º | 0.74% | 1% | - |
| XYZ | 25.54 | 19.22 | 96.13 | - |
| YUV | 112.37 | 207.92 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 254 | 0.74 | 0.57 | 0 | 0.00 | 226.03 | 0.99 | 0.63 |
| Hex | 41 | 6D | FE | 4A | 39 | 0 | 0 | E2 | 63 | 3F |
| Octal | 101 | 155 | 376 | 112 | 71 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000001 | 1101101 | 11111110 | 1001010 | 111001 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #416DFE
Complementary color
Monochromatic Colors of #416DFE
Black with #416DFE
Text Example
Text Example
White with #416DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DFE; }
p { color: rgb(65,109,254); }
H1.HeaderClassName
{
color: #416DFE;
}
.AnyTagClassName
{
color: #416DFE;
}
</style>
background-color css
<style>
a { background-color: #416DFE; }
a { background-color: rgb(65,109,254); }
div.DivClassName
{
background-color: #416DFE;
}
.BgClassName
{
background-color: #416DFE;
}
</style>
border-color css
<style>
span { border-color: #416DFE; }
span { border-color: rgb(65,109,254); }
td.TdClassName
{
border-color: #416DFE;
}
.TagClassName
{
border-color: #416DFE;
}
</style>