Shades of Royal Blue #416CE0
Tints of Royal Blue #416CE0
RGB
CMYK
RGB Variations
Color information
#416CE0 (or 0x416CE0) is known color: Royal Blue. HEX triplet: 41, 6C and E0. RGB value is (65,108,224). Sum of RGB (Red+Green+Blue) = 65+108+224=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #416CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CE0 is #BE931F. Grayscale: #6B6B6B. Windows color (decimal): -12489504 or 14707777. OLE color: 14707777.
HSL color Cylindrical-coordinate representation of color #416CE0: hue angle of 223.77º degrees, saturation: 0.72, 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 #416CE0 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 108 | 224 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.12 |
| HSL | 223.77º | 0.72% | 0.57% | - |
| HSV(B) | 223.77º | 0.71% | 0.88% | - |
| XYZ | 21 | 17.23 | 72.74 | - |
| YUV | 108.37 | 193.25 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 224 | 0.71 | 0.52 | 0 | 0.12 | 223.77 | 0.72 | 0.57 |
| Hex | 41 | 6C | E0 | 47 | 34 | 0 | C | E0 | 48 | 39 |
| Octal | 101 | 154 | 340 | 107 | 64 | 0 | 14 | 340 | 110 | 71 |
| Binary | 1000001 | 1101100 | 11100000 | 1000111 | 110100 | 0 | 1100 | 11100000 | 1001000 | 111001 |
Color Harmonies of #416CE0
Complementary color
Monochromatic Colors of #416CE0
Black with #416CE0
Text Example
Text Example
White with #416CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CE0; }
p { color: rgb(65,108,224); }
H1.HeaderClassName
{
color: #416CE0;
}
.AnyTagClassName
{
color: #416CE0;
}
</style>
background-color css
<style>
a { background-color: #416CE0; }
a { background-color: rgb(65,108,224); }
div.DivClassName
{
background-color: #416CE0;
}
.BgClassName
{
background-color: #416CE0;
}
</style>
border-color css
<style>
span { border-color: #416CE0; }
span { border-color: rgb(65,108,224); }
td.TdClassName
{
border-color: #416CE0;
}
.TagClassName
{
border-color: #416CE0;
}
</style>