Shades of Royal Blue #416FFE
Tints of Royal Blue #416FFE
RGB
CMYK
RGB Variations
Color information
#416FFE (or 0x416FFE) is known color: Royal Blue. HEX triplet: 41, 6F and FE. RGB value is (65,111,254). Sum of RGB (Red+Green+Blue) = 65+111+254=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #416FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416FFE is #BE9001. Grayscale: #707070. Windows color (decimal): -12488706 or 16674625. OLE color: 16674625.
HSL color Cylindrical-coordinate representation of color #416FFE: hue angle of 225.4º 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 #416FFE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 111 | 254 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.00 |
| HSL | 225.4º | 0.99% | 0.63% | - |
| HSV(B) | 225.4º | 0.74% | 1% | - |
| XYZ | 25.75 | 19.65 | 96.2 | - |
| YUV | 113.55 | 207.26 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 254 | 0.74 | 0.56 | 0 | 0.00 | 225.4 | 0.99 | 0.63 |
| Hex | 41 | 6F | FE | 4A | 38 | 0 | 0 | E1 | 63 | 3F |
| Octal | 101 | 157 | 376 | 112 | 70 | 0 | 0 | 341 | 143 | 77 |
| Binary | 1000001 | 1101111 | 11111110 | 1001010 | 111000 | 0 | 0 | 11100001 | 1100011 | 111111 |
Color Harmonies of #416FFE
Complementary color
Monochromatic Colors of #416FFE
Black with #416FFE
Text Example
Text Example
White with #416FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FFE; }
p { color: rgb(65,111,254); }
H1.HeaderClassName
{
color: #416FFE;
}
.AnyTagClassName
{
color: #416FFE;
}
</style>
background-color css
<style>
a { background-color: #416FFE; }
a { background-color: rgb(65,111,254); }
div.DivClassName
{
background-color: #416FFE;
}
.BgClassName
{
background-color: #416FFE;
}
</style>
border-color css
<style>
span { border-color: #416FFE; }
span { border-color: rgb(65,111,254); }
td.TdClassName
{
border-color: #416FFE;
}
.TagClassName
{
border-color: #416FFE;
}
</style>