Shades of Royal Blue #416CD3
Tints of Royal Blue #416CD3
RGB
CMYK
RGB Variations
Color information
#416CD3 (or 0x416CD3) is known color: Royal Blue. HEX triplet: 41, 6C and D3. RGB value is (65,108,211). Sum of RGB (Red+Green+Blue) = 65+108+211=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 211 (82.81% from 255 or 54.95% from 384); Max value from RGB is 211 - color contains mainly: blue. Hex color #416CD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CD3 is #BE932C. Grayscale: #6A6A6A. Windows color (decimal): -12489517 or 13855809. OLE color: 13855809.
HSL color Cylindrical-coordinate representation of color #416CD3: hue angle of 222.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416CD3 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 108 | 211 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.17 |
| HSL | 222.33º | 0.62% | 0.54% | - |
| HSV(B) | 222.33º | 0.69% | 0.83% | - |
| XYZ | 19.3 | 16.55 | 63.81 | - |
| YUV | 106.89 | 186.75 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 211 | 0.69 | 0.49 | 0 | 0.17 | 222.33 | 0.62 | 0.54 |
| Hex | 41 | 6C | D3 | 45 | 31 | 0 | 11 | DE | 3E | 36 |
| Octal | 101 | 154 | 323 | 105 | 61 | 0 | 21 | 336 | 76 | 66 |
| Binary | 1000001 | 1101100 | 11010011 | 1000101 | 110001 | 0 | 10001 | 11011110 | 111110 | 110110 |
Color Harmonies of #416CD3
Complementary color
Monochromatic Colors of #416CD3
Black with #416CD3
Text Example
Text Example
White with #416CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CD3; }
p { color: rgb(65,108,211); }
H1.HeaderClassName
{
color: #416CD3;
}
.AnyTagClassName
{
color: #416CD3;
}
</style>
background-color css
<style>
a { background-color: #416CD3; }
a { background-color: rgb(65,108,211); }
div.DivClassName
{
background-color: #416CD3;
}
.BgClassName
{
background-color: #416CD3;
}
</style>
border-color css
<style>
span { border-color: #416CD3; }
span { border-color: rgb(65,108,211); }
td.TdClassName
{
border-color: #416CD3;
}
.TagClassName
{
border-color: #416CD3;
}
</style>