Shades of Royal Blue #416FCD
Tints of Royal Blue #416FCD
RGB
CMYK
RGB Variations
Color information
#416FCD (or 0x416FCD) is known color: Royal Blue. HEX triplet: 41, 6F and CD. RGB value is (65,111,205). Sum of RGB (Red+Green+Blue) = 65+111+205=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #416FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FCD is #BE9032. Grayscale: #6B6B6B. Windows color (decimal): -12488755 or 13463361. OLE color: 13463361.
HSL color Cylindrical-coordinate representation of color #416FCD: hue angle of 220.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416FCD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 111 | 205 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.20 |
| HSL | 220.29º | 0.58% | 0.53% | - |
| HSV(B) | 220.29º | 0.68% | 0.8% | - |
| XYZ | 18.88 | 16.9 | 60.02 | - |
| YUV | 107.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 205 | 0.68 | 0.46 | 0 | 0.20 | 220.29 | 0.58 | 0.53 |
| Hex | 41 | 6F | CD | 44 | 2E | 0 | 14 | DC | 3A | 35 |
| Octal | 101 | 157 | 315 | 104 | 56 | 0 | 24 | 334 | 72 | 65 |
| Binary | 1000001 | 1101111 | 11001101 | 1000100 | 101110 | 0 | 10100 | 11011100 | 111010 | 110101 |
Color Harmonies of #416FCD
Complementary color
Monochromatic Colors of #416FCD
Black with #416FCD
Text Example
Text Example
White with #416FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FCD; }
p { color: rgb(65,111,205); }
H1.HeaderClassName
{
color: #416FCD;
}
.AnyTagClassName
{
color: #416FCD;
}
</style>
background-color css
<style>
a { background-color: #416FCD; }
a { background-color: rgb(65,111,205); }
div.DivClassName
{
background-color: #416FCD;
}
.BgClassName
{
background-color: #416FCD;
}
</style>
border-color css
<style>
span { border-color: #416FCD; }
span { border-color: rgb(65,111,205); }
td.TdClassName
{
border-color: #416FCD;
}
.TagClassName
{
border-color: #416FCD;
}
</style>