Shades of Royal Blue #416CE1
Tints of Royal Blue #416CE1
RGB
CMYK
RGB Variations
Color information
#416CE1 (or 0x416CE1) is known color: Royal Blue. HEX triplet: 41, 6C and E1. RGB value is (65,108,225). Sum of RGB (Red+Green+Blue) = 65+108+225=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #416CE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CE1 is #BE931E. Grayscale: #6B6B6B. Windows color (decimal): -12489503 or 14773313. OLE color: 14773313.
HSL color Cylindrical-coordinate representation of color #416CE1: hue angle of 223.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416CE1 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 108 | 225 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.12 |
| HSL | 223.88º | 0.73% | 0.57% | - |
| HSV(B) | 223.88º | 0.71% | 0.88% | - |
| XYZ | 21.13 | 17.29 | 73.46 | - |
| YUV | 108.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 225 | 0.71 | 0.52 | 0 | 0.12 | 223.88 | 0.73 | 0.57 |
| Hex | 41 | 6C | E1 | 47 | 34 | 0 | C | E0 | 49 | 39 |
| Octal | 101 | 154 | 341 | 107 | 64 | 0 | 14 | 340 | 111 | 71 |
| Binary | 1000001 | 1101100 | 11100001 | 1000111 | 110100 | 0 | 1100 | 11100000 | 1001001 | 111001 |
Color Harmonies of #416CE1
Complementary color
Monochromatic Colors of #416CE1
Black with #416CE1
Text Example
Text Example
White with #416CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CE1; }
p { color: rgb(65,108,225); }
H1.HeaderClassName
{
color: #416CE1;
}
.AnyTagClassName
{
color: #416CE1;
}
</style>
background-color css
<style>
a { background-color: #416CE1; }
a { background-color: rgb(65,108,225); }
div.DivClassName
{
background-color: #416CE1;
}
.BgClassName
{
background-color: #416CE1;
}
</style>
border-color css
<style>
span { border-color: #416CE1; }
span { border-color: rgb(65,108,225); }
td.TdClassName
{
border-color: #416CE1;
}
.TagClassName
{
border-color: #416CE1;
}
</style>