Shades of Royal Blue #416FD3
Tints of Royal Blue #416FD3
RGB
CMYK
RGB Variations
Color information
#416FD3 (or 0x416FD3) is known color: Royal Blue. HEX triplet: 41, 6F and D3. RGB value is (65,111,211). Sum of RGB (Red+Green+Blue) = 65+111+211=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #416FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FD3 is #BE902C. Grayscale: #6C6C6C. Windows color (decimal): -12488749 or 13856577. OLE color: 13856577.
HSL color Cylindrical-coordinate representation of color #416FD3: hue angle of 221.1º 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 #416FD3 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 111 | 211 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.17 |
| HSL | 221.1º | 0.62% | 0.54% | - |
| HSV(B) | 221.1º | 0.69% | 0.83% | - |
| XYZ | 19.62 | 17.2 | 63.91 | - |
| YUV | 108.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 211 | 0.69 | 0.47 | 0 | 0.17 | 221.1 | 0.62 | 0.54 |
| Hex | 41 | 6F | D3 | 45 | 2F | 0 | 11 | DD | 3E | 36 |
| Octal | 101 | 157 | 323 | 105 | 57 | 0 | 21 | 335 | 76 | 66 |
| Binary | 1000001 | 1101111 | 11010011 | 1000101 | 101111 | 0 | 10001 | 11011101 | 111110 | 110110 |
Color Harmonies of #416FD3
Complementary color
Monochromatic Colors of #416FD3
Black with #416FD3
Text Example
Text Example
White with #416FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FD3; }
p { color: rgb(65,111,211); }
H1.HeaderClassName
{
color: #416FD3;
}
.AnyTagClassName
{
color: #416FD3;
}
</style>
background-color css
<style>
a { background-color: #416FD3; }
a { background-color: rgb(65,111,211); }
div.DivClassName
{
background-color: #416FD3;
}
.BgClassName
{
background-color: #416FD3;
}
</style>
border-color css
<style>
span { border-color: #416FD3; }
span { border-color: rgb(65,111,211); }
td.TdClassName
{
border-color: #416FD3;
}
.TagClassName
{
border-color: #416FD3;
}
</style>