Shades of Royal Blue #416BDD
Tints of Royal Blue #416BDD
RGB
CMYK
RGB Variations
Color information
#416BDD (or 0x416BDD) is known color: Royal Blue. HEX triplet: 41, 6B and DD. RGB value is (65,107,221). Sum of RGB (Red+Green+Blue) = 65+107+221=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #416BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BDD is #BE9422. Grayscale: #6A6A6A. Windows color (decimal): -12489763 or 14510913. OLE color: 14510913.
HSL color Cylindrical-coordinate representation of color #416BDD: hue angle of 223.85º 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 #416BDD is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 107 | 221 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.13 |
| HSL | 223.85º | 0.7% | 0.56% | - |
| HSV(B) | 223.85º | 0.71% | 0.87% | - |
| XYZ | 20.49 | 16.86 | 70.58 | - |
| YUV | 107.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 221 | 0.71 | 0.52 | 0 | 0.13 | 223.85 | 0.7 | 0.56 |
| Hex | 41 | 6B | DD | 47 | 34 | 0 | D | E0 | 46 | 38 |
| Octal | 101 | 153 | 335 | 107 | 64 | 0 | 15 | 340 | 106 | 70 |
| Binary | 1000001 | 1101011 | 11011101 | 1000111 | 110100 | 0 | 1101 | 11100000 | 1000110 | 111000 |
Color Harmonies of #416BDD
Complementary color
Monochromatic Colors of #416BDD
Black with #416BDD
Text Example
Text Example
White with #416BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BDD; }
p { color: rgb(65,107,221); }
H1.HeaderClassName
{
color: #416BDD;
}
.AnyTagClassName
{
color: #416BDD;
}
</style>
background-color css
<style>
a { background-color: #416BDD; }
a { background-color: rgb(65,107,221); }
div.DivClassName
{
background-color: #416BDD;
}
.BgClassName
{
background-color: #416BDD;
}
</style>
border-color css
<style>
span { border-color: #416BDD; }
span { border-color: rgb(65,107,221); }
td.TdClassName
{
border-color: #416BDD;
}
.TagClassName
{
border-color: #416BDD;
}
</style>