Shades of Royal Blue #416CEF
Tints of Royal Blue #416CEF
RGB
CMYK
RGB Variations
Color information
#416CEF (or 0x416CEF) is known color: Royal Blue. HEX triplet: 41, 6C and EF. RGB value is (65,108,239). Sum of RGB (Red+Green+Blue) = 65+108+239=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #416CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CEF is #BE9310. Grayscale: #6D6D6D. Windows color (decimal): -12489489 or 15690817. OLE color: 15690817.
HSL color Cylindrical-coordinate representation of color #416CEF: hue angle of 225.17º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416CEF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 108 | 239 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.06 |
| HSL | 225.17º | 0.84% | 0.6% | - |
| HSV(B) | 225.17º | 0.73% | 0.94% | - |
| XYZ | 23.12 | 18.08 | 83.93 | - |
| YUV | 110.08 | 200.75 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 239 | 0.73 | 0.55 | 0 | 0.06 | 225.17 | 0.84 | 0.6 |
| Hex | 41 | 6C | EF | 49 | 37 | 0 | 6 | E1 | 54 | 3C |
| Octal | 101 | 154 | 357 | 111 | 67 | 0 | 6 | 341 | 124 | 74 |
| Binary | 1000001 | 1101100 | 11101111 | 1001001 | 110111 | 0 | 110 | 11100001 | 1010100 | 111100 |
Color Harmonies of #416CEF
Complementary color
Monochromatic Colors of #416CEF
Black with #416CEF
Text Example
Text Example
White with #416CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CEF; }
p { color: rgb(65,108,239); }
H1.HeaderClassName
{
color: #416CEF;
}
.AnyTagClassName
{
color: #416CEF;
}
</style>
background-color css
<style>
a { background-color: #416CEF; }
a { background-color: rgb(65,108,239); }
div.DivClassName
{
background-color: #416CEF;
}
.BgClassName
{
background-color: #416CEF;
}
</style>
border-color css
<style>
span { border-color: #416CEF; }
span { border-color: rgb(65,108,239); }
td.TdClassName
{
border-color: #416CEF;
}
.TagClassName
{
border-color: #416CEF;
}
</style>