Shades of Royal Blue #416FDB
Tints of Royal Blue #416FDB
RGB
CMYK
RGB Variations
Color information
#416FDB (or 0x416FDB) is known color: Royal Blue. HEX triplet: 41, 6F and DB. RGB value is (65,111,219). Sum of RGB (Red+Green+Blue) = 65+111+219=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #416FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FDB is #BE9024. Grayscale: #6D6D6D. Windows color (decimal): -12488741 or 14380865. OLE color: 14380865.
HSL color Cylindrical-coordinate representation of color #416FDB: hue angle of 222.08º degrees, saturation: 0.68, 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 #416FDB is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 111 | 219 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.14 |
| HSL | 222.08º | 0.68% | 0.56% | - |
| HSV(B) | 222.08º | 0.7% | 0.86% | - |
| XYZ | 20.65 | 17.61 | 69.33 | - |
| YUV | 109.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 111 | 219 | 0.70 | 0.49 | 0 | 0.14 | 222.08 | 0.68 | 0.56 |
| Hex | 41 | 6F | DB | 46 | 31 | 0 | E | DE | 44 | 38 |
| Octal | 101 | 157 | 333 | 106 | 61 | 0 | 16 | 336 | 104 | 70 |
| Binary | 1000001 | 1101111 | 11011011 | 1000110 | 110001 | 0 | 1110 | 11011110 | 1000100 | 111000 |
Color Harmonies of #416FDB
Complementary color
Monochromatic Colors of #416FDB
Black with #416FDB
Text Example
Text Example
White with #416FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416FDB; }
p { color: rgb(65,111,219); }
H1.HeaderClassName
{
color: #416FDB;
}
.AnyTagClassName
{
color: #416FDB;
}
</style>
background-color css
<style>
a { background-color: #416FDB; }
a { background-color: rgb(65,111,219); }
div.DivClassName
{
background-color: #416FDB;
}
.BgClassName
{
background-color: #416FDB;
}
</style>
border-color css
<style>
span { border-color: #416FDB; }
span { border-color: rgb(65,111,219); }
td.TdClassName
{
border-color: #416FDB;
}
.TagClassName
{
border-color: #416FDB;
}
</style>