Shades of Royal Blue #416ADD
Tints of Royal Blue #416ADD
RGB
CMYK
RGB Variations
Color information
#416ADD (or 0x416ADD) is known color: Royal Blue. HEX triplet: 41, 6A and DD. RGB value is (65,106,221). Sum of RGB (Red+Green+Blue) = 65+106+221=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #416ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ADD is #BE9522. Grayscale: #6A6A6A. Windows color (decimal): -12490019 or 14510657. OLE color: 14510657.
HSL color Cylindrical-coordinate representation of color #416ADD: hue angle of 224.23º degrees, saturation: 0.7, 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 #416ADD is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 106 | 221 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.13 |
| HSL | 224.23º | 0.7% | 0.56% | - |
| HSV(B) | 224.23º | 0.71% | 0.87% | - |
| XYZ | 20.39 | 16.65 | 70.55 | - |
| YUV | 106.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 221 | 0.71 | 0.52 | 0 | 0.13 | 224.23 | 0.7 | 0.56 |
| Hex | 41 | 6A | DD | 47 | 34 | 0 | D | E0 | 46 | 38 |
| Octal | 101 | 152 | 335 | 107 | 64 | 0 | 15 | 340 | 106 | 70 |
| Binary | 1000001 | 1101010 | 11011101 | 1000111 | 110100 | 0 | 1101 | 11100000 | 1000110 | 111000 |
Color Harmonies of #416ADD
Complementary color
Monochromatic Colors of #416ADD
Black with #416ADD
Text Example
Text Example
White with #416ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ADD; }
p { color: rgb(65,106,221); }
H1.HeaderClassName
{
color: #416ADD;
}
.AnyTagClassName
{
color: #416ADD;
}
</style>
background-color css
<style>
a { background-color: #416ADD; }
a { background-color: rgb(65,106,221); }
div.DivClassName
{
background-color: #416ADD;
}
.BgClassName
{
background-color: #416ADD;
}
</style>
border-color css
<style>
span { border-color: #416ADD; }
span { border-color: rgb(65,106,221); }
td.TdClassName
{
border-color: #416ADD;
}
.TagClassName
{
border-color: #416ADD;
}
</style>