Shades of Royal Blue #416CDA
Tints of Royal Blue #416CDA
RGB
CMYK
RGB Variations
Color information
#416CDA (or 0x416CDA) is known color: Royal Blue. HEX triplet: 41, 6C and DA. RGB value is (65,108,218). Sum of RGB (Red+Green+Blue) = 65+108+218=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #416CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CDA is #BE9325. Grayscale: #6B6B6B. Windows color (decimal): -12489510 or 14314561. OLE color: 14314561.
HSL color Cylindrical-coordinate representation of color #416CDA: hue angle of 223.14º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416CDA is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 108 | 218 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.15 |
| HSL | 223.14º | 0.67% | 0.55% | - |
| HSV(B) | 223.14º | 0.7% | 0.85% | - |
| XYZ | 20.2 | 16.91 | 68.53 | - |
| YUV | 107.68 | 190.25 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 218 | 0.70 | 0.50 | 0 | 0.15 | 223.14 | 0.67 | 0.55 |
| Hex | 41 | 6C | DA | 46 | 32 | 0 | F | DF | 43 | 37 |
| Octal | 101 | 154 | 332 | 106 | 62 | 0 | 17 | 337 | 103 | 67 |
| Binary | 1000001 | 1101100 | 11011010 | 1000110 | 110010 | 0 | 1111 | 11011111 | 1000011 | 110111 |
Color Harmonies of #416CDA
Complementary color
Monochromatic Colors of #416CDA
Black with #416CDA
Text Example
Text Example
White with #416CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CDA; }
p { color: rgb(65,108,218); }
H1.HeaderClassName
{
color: #416CDA;
}
.AnyTagClassName
{
color: #416CDA;
}
</style>
background-color css
<style>
a { background-color: #416CDA; }
a { background-color: rgb(65,108,218); }
div.DivClassName
{
background-color: #416CDA;
}
.BgClassName
{
background-color: #416CDA;
}
</style>
border-color css
<style>
span { border-color: #416CDA; }
span { border-color: rgb(65,108,218); }
td.TdClassName
{
border-color: #416CDA;
}
.TagClassName
{
border-color: #416CDA;
}
</style>