Shades of Royal Blue #416FDF
Tints of Royal Blue #416FDF
RGB
CMYK
RGB Variations
Color information
#416FDF (or 0x416FDF) is known color: Royal Blue. HEX triplet: 41, 6F and DF. RGB value is (65,111,223). Sum of RGB (Red+Green+Blue) = 65+111+223=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #416FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FDF is #BE9020. Grayscale: #6D6D6D. Windows color (decimal): -12488737 or 14643009. OLE color: 14643009.
HSL color Cylindrical-coordinate representation of color #416FDF: hue angle of 222.53º 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 #416FDF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 111 | 223 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.13 |
| HSL | 222.53º | 0.71% | 0.56% | - |
| HSV(B) | 222.53º | 0.71% | 0.87% | - |
| XYZ | 21.18 | 17.82 | 72.14 | - |
| YUV | 110.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 223 | 0.71 | 0.50 | 0 | 0.13 | 222.53 | 0.71 | 0.56 |
| Hex | 41 | 6F | DF | 47 | 32 | 0 | D | DF | 47 | 38 |
| Octal | 101 | 157 | 337 | 107 | 62 | 0 | 15 | 337 | 107 | 70 |
| Binary | 1000001 | 1101111 | 11011111 | 1000111 | 110010 | 0 | 1101 | 11011111 | 1000111 | 111000 |
Color Harmonies of #416FDF
Complementary color
Monochromatic Colors of #416FDF
Black with #416FDF
Text Example
Text Example
White with #416FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FDF; }
p { color: rgb(65,111,223); }
H1.HeaderClassName
{
color: #416FDF;
}
.AnyTagClassName
{
color: #416FDF;
}
</style>
background-color css
<style>
a { background-color: #416FDF; }
a { background-color: rgb(65,111,223); }
div.DivClassName
{
background-color: #416FDF;
}
.BgClassName
{
background-color: #416FDF;
}
</style>
border-color css
<style>
span { border-color: #416FDF; }
span { border-color: rgb(65,111,223); }
td.TdClassName
{
border-color: #416FDF;
}
.TagClassName
{
border-color: #416FDF;
}
</style>