Shades of Royal Blue #415FDB
Tints of Royal Blue #415FDB
RGB
CMYK
RGB Variations
Color information
#415FDB (or 0x415FDB) is known color: Royal Blue. HEX triplet: 41, 5F and DB. RGB value is (65,95,219). Sum of RGB (Red+Green+Blue) = 65+95+219=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #415FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FDB is #BEA024. Grayscale: #636363. Windows color (decimal): -12492837 or 14376769. OLE color: 14376769.
HSL color Cylindrical-coordinate representation of color #415FDB: hue angle of 228.31º 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 #415FDB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 95 | 219 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.14 |
| HSL | 228.31º | 0.68% | 0.56% | - |
| HSV(B) | 228.31º | 0.7% | 0.86% | - |
| XYZ | 19.06 | 14.42 | 68.8 | - |
| YUV | 100.17 | 195.06 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 219 | 0.70 | 0.57 | 0 | 0.14 | 228.31 | 0.68 | 0.56 |
| Hex | 41 | 5F | DB | 46 | 39 | 0 | E | E4 | 44 | 38 |
| Octal | 101 | 137 | 333 | 106 | 71 | 0 | 16 | 344 | 104 | 70 |
| Binary | 1000001 | 1011111 | 11011011 | 1000110 | 111001 | 0 | 1110 | 11100100 | 1000100 | 111000 |
Color Harmonies of #415FDB
Complementary color
Monochromatic Colors of #415FDB
Black with #415FDB
Text Example
Text Example
White with #415FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415FDB; }
p { color: rgb(65,95,219); }
H1.HeaderClassName
{
color: #415FDB;
}
.AnyTagClassName
{
color: #415FDB;
}
</style>
background-color css
<style>
a { background-color: #415FDB; }
a { background-color: rgb(65,95,219); }
div.DivClassName
{
background-color: #415FDB;
}
.BgClassName
{
background-color: #415FDB;
}
</style>
border-color css
<style>
span { border-color: #415FDB; }
span { border-color: rgb(65,95,219); }
td.TdClassName
{
border-color: #415FDB;
}
.TagClassName
{
border-color: #415FDB;
}
</style>