Shades of Royal Blue #416CDD
Tints of Royal Blue #416CDD
RGB
CMYK
RGB Variations
Color information
#416CDD (or 0x416CDD) is known color: Royal Blue. HEX triplet: 41, 6C and DD. RGB value is (65,108,221). Sum of RGB (Red+Green+Blue) = 65+108+221=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #416CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CDD is #BE9322. Grayscale: #6B6B6B. Windows color (decimal): -12489507 or 14511169. OLE color: 14511169.
HSL color Cylindrical-coordinate representation of color #416CDD: hue angle of 223.46º 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 #416CDD is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 108 | 221 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 223.46º | 0.7% | 0.56% | - |
| HSV(B) | 223.46º | 0.71% | 0.87% | - |
| XYZ | 20.59 | 17.07 | 70.62 | - |
| YUV | 108.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 221 | 0.71 | 0.51 | 0 | 0.13 | 223.46 | 0.7 | 0.56 |
| Hex | 41 | 6C | DD | 47 | 33 | 0 | D | DF | 46 | 38 |
| Octal | 101 | 154 | 335 | 107 | 63 | 0 | 15 | 337 | 106 | 70 |
| Binary | 1000001 | 1101100 | 11011101 | 1000111 | 110011 | 0 | 1101 | 11011111 | 1000110 | 111000 |
Color Harmonies of #416CDD
Complementary color
Monochromatic Colors of #416CDD
Black with #416CDD
Text Example
Text Example
White with #416CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CDD; }
p { color: rgb(65,108,221); }
H1.HeaderClassName
{
color: #416CDD;
}
.AnyTagClassName
{
color: #416CDD;
}
</style>
background-color css
<style>
a { background-color: #416CDD; }
a { background-color: rgb(65,108,221); }
div.DivClassName
{
background-color: #416CDD;
}
.BgClassName
{
background-color: #416CDD;
}
</style>
border-color css
<style>
span { border-color: #416CDD; }
span { border-color: rgb(65,108,221); }
td.TdClassName
{
border-color: #416CDD;
}
.TagClassName
{
border-color: #416CDD;
}
</style>