Shades of Royal Blue #416CC8
Tints of Royal Blue #416CC8
RGB
CMYK
RGB Variations
Color information
#416CC8 (or 0x416CC8) is known color: Royal Blue. HEX triplet: 41, 6C and C8. RGB value is (65,108,200). Sum of RGB (Red+Green+Blue) = 65+108+200=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #416CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CC8 is #BE9337. Grayscale: #696969. Windows color (decimal): -12489528 or 13134913. OLE color: 13134913.
HSL color Cylindrical-coordinate representation of color #416CC8: hue angle of 220.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416CC8 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 108 | 200 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.22 |
| HSL | 220.89º | 0.55% | 0.52% | - |
| HSV(B) | 220.89º | 0.68% | 0.78% | - |
| XYZ | 17.97 | 16.02 | 56.79 | - |
| YUV | 105.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 200 | 0.68 | 0.46 | 0 | 0.22 | 220.89 | 0.55 | 0.52 |
| Hex | 41 | 6C | C8 | 44 | 2E | 0 | 16 | DD | 37 | 34 |
| Octal | 101 | 154 | 310 | 104 | 56 | 0 | 26 | 335 | 67 | 64 |
| Binary | 1000001 | 1101100 | 11001000 | 1000100 | 101110 | 0 | 10110 | 11011101 | 110111 | 110100 |
Color Harmonies of #416CC8
Complementary color
Monochromatic Colors of #416CC8
Black with #416CC8
Text Example
Text Example
White with #416CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CC8; }
p { color: rgb(65,108,200); }
H1.HeaderClassName
{
color: #416CC8;
}
.AnyTagClassName
{
color: #416CC8;
}
</style>
background-color css
<style>
a { background-color: #416CC8; }
a { background-color: rgb(65,108,200); }
div.DivClassName
{
background-color: #416CC8;
}
.BgClassName
{
background-color: #416CC8;
}
</style>
border-color css
<style>
span { border-color: #416CC8; }
span { border-color: rgb(65,108,200); }
td.TdClassName
{
border-color: #416CC8;
}
.TagClassName
{
border-color: #416CC8;
}
</style>