Shades of Royal Blue #416ADC
Tints of Royal Blue #416ADC
RGB
CMYK
RGB Variations
Color information
#416ADC (or 0x416ADC) is known color: Royal Blue. HEX triplet: 41, 6A and DC. RGB value is (65,106,220). Sum of RGB (Red+Green+Blue) = 65+106+220=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #416ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ADC is #BE9523. Grayscale: #6A6A6A. Windows color (decimal): -12490020 or 14445121. OLE color: 14445121.
HSL color Cylindrical-coordinate representation of color #416ADC: hue angle of 224.13º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416ADC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 106 | 220 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.14 |
| HSL | 224.13º | 0.69% | 0.56% | - |
| HSV(B) | 224.13º | 0.7% | 0.86% | - |
| XYZ | 20.25 | 16.6 | 69.85 | - |
| YUV | 106.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 220 | 0.70 | 0.52 | 0 | 0.14 | 224.13 | 0.69 | 0.56 |
| Hex | 41 | 6A | DC | 46 | 34 | 0 | E | E0 | 45 | 38 |
| Octal | 101 | 152 | 334 | 106 | 64 | 0 | 16 | 340 | 105 | 70 |
| Binary | 1000001 | 1101010 | 11011100 | 1000110 | 110100 | 0 | 1110 | 11100000 | 1000101 | 111000 |
Color Harmonies of #416ADC
Complementary color
Monochromatic Colors of #416ADC
Black with #416ADC
Text Example
Text Example
White with #416ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ADC; }
p { color: rgb(65,106,220); }
H1.HeaderClassName
{
color: #416ADC;
}
.AnyTagClassName
{
color: #416ADC;
}
</style>
background-color css
<style>
a { background-color: #416ADC; }
a { background-color: rgb(65,106,220); }
div.DivClassName
{
background-color: #416ADC;
}
.BgClassName
{
background-color: #416ADC;
}
</style>
border-color css
<style>
span { border-color: #416ADC; }
span { border-color: rgb(65,106,220); }
td.TdClassName
{
border-color: #416ADC;
}
.TagClassName
{
border-color: #416ADC;
}
</style>