Shades of Royal Blue #416EDF
Tints of Royal Blue #416EDF
RGB
CMYK
RGB Variations
Color information
#416EDF (or 0x416EDF) is known color: Royal Blue. HEX triplet: 41, 6E and DF. RGB value is (65,110,223). Sum of RGB (Red+Green+Blue) = 65+110+223=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #416EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EDF is #BE9120. Grayscale: #6C6C6C. Windows color (decimal): -12488993 or 14642753. OLE color: 14642753.
HSL color Cylindrical-coordinate representation of color #416EDF: hue angle of 222.91º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #416EDF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 110 | 223 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 222.91º | 0.71% | 0.56% | - |
| HSV(B) | 222.91º | 0.71% | 0.87% | - |
| XYZ | 21.08 | 17.6 | 72.1 | - |
| YUV | 109.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 223 | 0.71 | 0.51 | 0 | 0.13 | 222.91 | 0.71 | 0.56 |
| Hex | 41 | 6E | DF | 47 | 33 | 0 | D | DF | 47 | 38 |
| Octal | 101 | 156 | 337 | 107 | 63 | 0 | 15 | 337 | 107 | 70 |
| Binary | 1000001 | 1101110 | 11011111 | 1000111 | 110011 | 0 | 1101 | 11011111 | 1000111 | 111000 |
Color Harmonies of #416EDF
Complementary color
Monochromatic Colors of #416EDF
Black with #416EDF
Text Example
Text Example
White with #416EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EDF; }
p { color: rgb(65,110,223); }
H1.HeaderClassName
{
color: #416EDF;
}
.AnyTagClassName
{
color: #416EDF;
}
</style>
background-color css
<style>
a { background-color: #416EDF; }
a { background-color: rgb(65,110,223); }
div.DivClassName
{
background-color: #416EDF;
}
.BgClassName
{
background-color: #416EDF;
}
</style>
border-color css
<style>
span { border-color: #416EDF; }
span { border-color: rgb(65,110,223); }
td.TdClassName
{
border-color: #416EDF;
}
.TagClassName
{
border-color: #416EDF;
}
</style>