Shades of Royal Blue #416FDC
Tints of Royal Blue #416FDC
RGB
CMYK
RGB Variations
Color information
#416FDC (or 0x416FDC) is known color: Royal Blue. HEX triplet: 41, 6F and DC. RGB value is (65,111,220). Sum of RGB (Red+Green+Blue) = 65+111+220=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #416FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FDC is #BE9023. Grayscale: #6D6D6D. Windows color (decimal): -12488740 or 14446401. OLE color: 14446401.
HSL color Cylindrical-coordinate representation of color #416FDC: hue angle of 222.19º 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 #416FDC is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 111 | 220 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.14 |
| HSL | 222.19º | 0.69% | 0.56% | - |
| HSV(B) | 222.19º | 0.7% | 0.86% | - |
| XYZ | 20.78 | 17.66 | 70.02 | - |
| YUV | 109.67 | 190.26 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 220 | 0.70 | 0.50 | 0 | 0.14 | 222.19 | 0.69 | 0.56 |
| Hex | 41 | 6F | DC | 46 | 32 | 0 | E | DE | 45 | 38 |
| Octal | 101 | 157 | 334 | 106 | 62 | 0 | 16 | 336 | 105 | 70 |
| Binary | 1000001 | 1101111 | 11011100 | 1000110 | 110010 | 0 | 1110 | 11011110 | 1000101 | 111000 |
Color Harmonies of #416FDC
Complementary color
Monochromatic Colors of #416FDC
Black with #416FDC
Text Example
Text Example
White with #416FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FDC; }
p { color: rgb(65,111,220); }
H1.HeaderClassName
{
color: #416FDC;
}
.AnyTagClassName
{
color: #416FDC;
}
</style>
background-color css
<style>
a { background-color: #416FDC; }
a { background-color: rgb(65,111,220); }
div.DivClassName
{
background-color: #416FDC;
}
.BgClassName
{
background-color: #416FDC;
}
</style>
border-color css
<style>
span { border-color: #416FDC; }
span { border-color: rgb(65,111,220); }
td.TdClassName
{
border-color: #416FDC;
}
.TagClassName
{
border-color: #416FDC;
}
</style>