Shades of Royal Blue #416ADF
Tints of Royal Blue #416ADF
RGB
CMYK
RGB Variations
Color information
#416ADF (or 0x416ADF) is known color: Royal Blue. HEX triplet: 41, 6A and DF. RGB value is (65,106,223). Sum of RGB (Red+Green+Blue) = 65+106+223=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #416ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ADF is #BE9520. Grayscale: #6A6A6A. Windows color (decimal): -12490017 or 14641729. OLE color: 14641729.
HSL color Cylindrical-coordinate representation of color #416ADF: hue angle of 224.43º 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 #416ADF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 106 | 223 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.13 |
| HSL | 224.43º | 0.71% | 0.56% | - |
| HSV(B) | 224.43º | 0.71% | 0.87% | - |
| XYZ | 20.65 | 16.76 | 71.96 | - |
| YUV | 107.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 223 | 0.71 | 0.52 | 0 | 0.13 | 224.43 | 0.71 | 0.56 |
| Hex | 41 | 6A | DF | 47 | 34 | 0 | D | E0 | 47 | 38 |
| Octal | 101 | 152 | 337 | 107 | 64 | 0 | 15 | 340 | 107 | 70 |
| Binary | 1000001 | 1101010 | 11011111 | 1000111 | 110100 | 0 | 1101 | 11100000 | 1000111 | 111000 |
Color Harmonies of #416ADF
Complementary color
Monochromatic Colors of #416ADF
Black with #416ADF
Text Example
Text Example
White with #416ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ADF; }
p { color: rgb(65,106,223); }
H1.HeaderClassName
{
color: #416ADF;
}
.AnyTagClassName
{
color: #416ADF;
}
</style>
background-color css
<style>
a { background-color: #416ADF; }
a { background-color: rgb(65,106,223); }
div.DivClassName
{
background-color: #416ADF;
}
.BgClassName
{
background-color: #416ADF;
}
</style>
border-color css
<style>
span { border-color: #416ADF; }
span { border-color: rgb(65,106,223); }
td.TdClassName
{
border-color: #416ADF;
}
.TagClassName
{
border-color: #416ADF;
}
</style>