Shades of Royal Blue #416CFE
Tints of Royal Blue #416CFE
RGB
CMYK
RGB Variations
Color information
#416CFE (or 0x416CFE) is known color: Royal Blue. HEX triplet: 41, 6C and FE. RGB value is (65,108,254). Sum of RGB (Red+Green+Blue) = 65+108+254=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #416CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CFE is #BE9301. Grayscale: #6F6F6F. Windows color (decimal): -12489474 or 16673857. OLE color: 16673857.
HSL color Cylindrical-coordinate representation of color #416CFE: hue angle of 226.35º 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 #416CFE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 108 | 254 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.00 |
| HSL | 226.35º | 0.99% | 0.63% | - |
| HSV(B) | 226.35º | 0.74% | 1% | - |
| XYZ | 25.43 | 19 | 96.09 | - |
| YUV | 111.79 | 208.25 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 254 | 0.74 | 0.57 | 0 | 0.00 | 226.35 | 0.99 | 0.63 |
| Hex | 41 | 6C | FE | 4A | 39 | 0 | 0 | E2 | 63 | 3F |
| Octal | 101 | 154 | 376 | 112 | 71 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000001 | 1101100 | 11111110 | 1001010 | 111001 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #416CFE
Complementary color
Monochromatic Colors of #416CFE
Black with #416CFE
Text Example
Text Example
White with #416CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CFE; }
p { color: rgb(65,108,254); }
H1.HeaderClassName
{
color: #416CFE;
}
.AnyTagClassName
{
color: #416CFE;
}
</style>
background-color css
<style>
a { background-color: #416CFE; }
a { background-color: rgb(65,108,254); }
div.DivClassName
{
background-color: #416CFE;
}
.BgClassName
{
background-color: #416CFE;
}
</style>
border-color css
<style>
span { border-color: #416CFE; }
span { border-color: rgb(65,108,254); }
td.TdClassName
{
border-color: #416CFE;
}
.TagClassName
{
border-color: #416CFE;
}
</style>