Shades of Royal Blue #416DEF
Tints of Royal Blue #416DEF
RGB
CMYK
RGB Variations
Color information
#416DEF (or 0x416DEF) is known color: Royal Blue. HEX triplet: 41, 6D and EF. RGB value is (65,109,239). Sum of RGB (Red+Green+Blue) = 65+109+239=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #416DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416DEF is #BE9210. Grayscale: #6E6E6E. Windows color (decimal): -12489233 or 15691073. OLE color: 15691073.
HSL color Cylindrical-coordinate representation of color #416DEF: hue angle of 224.83º 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 #416DEF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 109 | 239 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.06 |
| HSL | 224.83º | 0.84% | 0.6% | - |
| HSV(B) | 224.83º | 0.73% | 0.94% | - |
| XYZ | 23.23 | 18.29 | 83.97 | - |
| YUV | 110.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 239 | 0.73 | 0.54 | 0 | 0.06 | 224.83 | 0.84 | 0.6 |
| Hex | 41 | 6D | EF | 49 | 36 | 0 | 6 | E1 | 54 | 3C |
| Octal | 101 | 155 | 357 | 111 | 66 | 0 | 6 | 341 | 124 | 74 |
| Binary | 1000001 | 1101101 | 11101111 | 1001001 | 110110 | 0 | 110 | 11100001 | 1010100 | 111100 |
Color Harmonies of #416DEF
Complementary color
Monochromatic Colors of #416DEF
Black with #416DEF
Text Example
Text Example
White with #416DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416DEF; }
p { color: rgb(65,109,239); }
H1.HeaderClassName
{
color: #416DEF;
}
.AnyTagClassName
{
color: #416DEF;
}
</style>
background-color css
<style>
a { background-color: #416DEF; }
a { background-color: rgb(65,109,239); }
div.DivClassName
{
background-color: #416DEF;
}
.BgClassName
{
background-color: #416DEF;
}
</style>
border-color css
<style>
span { border-color: #416DEF; }
span { border-color: rgb(65,109,239); }
td.TdClassName
{
border-color: #416DEF;
}
.TagClassName
{
border-color: #416DEF;
}
</style>