Shades of Royal Blue #416CFF
Tints of Royal Blue #416CFF
RGB
CMYK
RGB Variations
Color information
#416CFF (or 0x416CFF) is known color: Royal Blue. HEX triplet: 41, 6C and FF. RGB value is (65,108,255). Sum of RGB (Red+Green+Blue) = 65+108+255=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #416CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CFF is #BE9300. Grayscale: #6F6F6F. Windows color (decimal): -12489473 or 16739393. OLE color: 16739393.
HSL color Cylindrical-coordinate representation of color #416CFF: hue angle of 226.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #416CFF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 108 | 255 | - |
| CMYK | 0.75 | 0.58 | 0 | 0 |
| HSL | 226.42º | 1% | 0.63% | - |
| HSV(B) | 226.42º | 0.75% | 1% | - |
| XYZ | 25.59 | 19.07 | 96.94 | - |
| YUV | 111.9 | 208.75 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 255 | 0.75 | 0.58 | 0 | 0 | 226.42 | 1 | 0.63 |
| Hex | 41 | 6C | FF | 4B | 3A | 0 | 0 | E2 | 64 | 3F |
| Octal | 101 | 154 | 377 | 113 | 72 | 0 | 0 | 342 | 144 | 77 |
| Binary | 1000001 | 1101100 | 11111111 | 1001011 | 111010 | 0 | 0 | 11100010 | 1100100 | 111111 |
Color Harmonies of #416CFF
Complementary color
Monochromatic Colors of #416CFF
Black with #416CFF
Text Example
Text Example
White with #416CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CFF; }
p { color: rgb(65,108,255); }
H1.HeaderClassName
{
color: #416CFF;
}
.AnyTagClassName
{
color: #416CFF;
}
</style>
background-color css
<style>
a { background-color: #416CFF; }
a { background-color: rgb(65,108,255); }
div.DivClassName
{
background-color: #416CFF;
}
.BgClassName
{
background-color: #416CFF;
}
</style>
border-color css
<style>
span { border-color: #416CFF; }
span { border-color: rgb(65,108,255); }
td.TdClassName
{
border-color: #416CFF;
}
.TagClassName
{
border-color: #416CFF;
}
</style>