Shades of Royal Blue #416EDC
Tints of Royal Blue #416EDC
RGB
CMYK
RGB Variations
Color information
#416EDC (or 0x416EDC) is known color: Royal Blue. HEX triplet: 41, 6E and DC. RGB value is (65,110,220). Sum of RGB (Red+Green+Blue) = 65+110+220=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #416EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EDC is #BE9123. Grayscale: #6C6C6C. Windows color (decimal): -12488996 or 14446145. OLE color: 14446145.
HSL color Cylindrical-coordinate representation of color #416EDC: hue angle of 222.58º 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 #416EDC is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 110 | 220 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.14 |
| HSL | 222.58º | 0.69% | 0.56% | - |
| HSV(B) | 222.58º | 0.7% | 0.86% | - |
| XYZ | 20.67 | 17.44 | 69.99 | - |
| YUV | 109.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 220 | 0.70 | 0.50 | 0 | 0.14 | 222.58 | 0.69 | 0.56 |
| Hex | 41 | 6E | DC | 46 | 32 | 0 | E | DF | 45 | 38 |
| Octal | 101 | 156 | 334 | 106 | 62 | 0 | 16 | 337 | 105 | 70 |
| Binary | 1000001 | 1101110 | 11011100 | 1000110 | 110010 | 0 | 1110 | 11011111 | 1000101 | 111000 |
Color Harmonies of #416EDC
Complementary color
Monochromatic Colors of #416EDC
Black with #416EDC
Text Example
Text Example
White with #416EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EDC; }
p { color: rgb(65,110,220); }
H1.HeaderClassName
{
color: #416EDC;
}
.AnyTagClassName
{
color: #416EDC;
}
</style>
background-color css
<style>
a { background-color: #416EDC; }
a { background-color: rgb(65,110,220); }
div.DivClassName
{
background-color: #416EDC;
}
.BgClassName
{
background-color: #416EDC;
}
</style>
border-color css
<style>
span { border-color: #416EDC; }
span { border-color: rgb(65,110,220); }
td.TdClassName
{
border-color: #416EDC;
}
.TagClassName
{
border-color: #416EDC;
}
</style>