Shades of Royal Blue #416CDC
Tints of Royal Blue #416CDC
RGB
CMYK
RGB Variations
Color information
#416CDC (or 0x416CDC) is known color: Royal Blue. HEX triplet: 41, 6C and DC. RGB value is (65,108,220). Sum of RGB (Red+Green+Blue) = 65+108+220=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #416CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CDC is #BE9323. Grayscale: #6B6B6B. Windows color (decimal): -12489508 or 14445633. OLE color: 14445633.
HSL color Cylindrical-coordinate representation of color #416CDC: hue angle of 223.35º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416CDC is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 108 | 220 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.14 |
| HSL | 223.35º | 0.69% | 0.56% | - |
| HSV(B) | 223.35º | 0.7% | 0.86% | - |
| XYZ | 20.46 | 17.02 | 69.92 | - |
| YUV | 107.91 | 191.25 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 220 | 0.70 | 0.51 | 0 | 0.14 | 223.35 | 0.69 | 0.56 |
| Hex | 41 | 6C | DC | 46 | 33 | 0 | E | DF | 45 | 38 |
| Octal | 101 | 154 | 334 | 106 | 63 | 0 | 16 | 337 | 105 | 70 |
| Binary | 1000001 | 1101100 | 11011100 | 1000110 | 110011 | 0 | 1110 | 11011111 | 1000101 | 111000 |
Color Harmonies of #416CDC
Complementary color
Monochromatic Colors of #416CDC
Black with #416CDC
Text Example
Text Example
White with #416CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CDC; }
p { color: rgb(65,108,220); }
H1.HeaderClassName
{
color: #416CDC;
}
.AnyTagClassName
{
color: #416CDC;
}
</style>
background-color css
<style>
a { background-color: #416CDC; }
a { background-color: rgb(65,108,220); }
div.DivClassName
{
background-color: #416CDC;
}
.BgClassName
{
background-color: #416CDC;
}
</style>
border-color css
<style>
span { border-color: #416CDC; }
span { border-color: rgb(65,108,220); }
td.TdClassName
{
border-color: #416CDC;
}
.TagClassName
{
border-color: #416CDC;
}
</style>