Shades of Royal Blue #415CDB
Tints of Royal Blue #415CDB
RGB
CMYK
RGB Variations
Color information
#415CDB (or 0x415CDB) is known color: Royal Blue. HEX triplet: 41, 5C and DB. RGB value is (65,92,219). Sum of RGB (Red+Green+Blue) = 65+92+219=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #415CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CDB is #BEA324. Grayscale: #616161. Windows color (decimal): -12493605 or 14376001. OLE color: 14376001.
HSL color Cylindrical-coordinate representation of color #415CDB: hue angle of 229.48º 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 #415CDB is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 92 | 219 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.14 |
| HSL | 229.48º | 0.68% | 0.56% | - |
| HSV(B) | 229.48º | 0.7% | 0.86% | - |
| XYZ | 18.79 | 13.89 | 68.71 | - |
| YUV | 98.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 219 | 0.70 | 0.58 | 0 | 0.14 | 229.48 | 0.68 | 0.56 |
| Hex | 41 | 5C | DB | 46 | 3A | 0 | E | E5 | 44 | 38 |
| Octal | 101 | 134 | 333 | 106 | 72 | 0 | 16 | 345 | 104 | 70 |
| Binary | 1000001 | 1011100 | 11011011 | 1000110 | 111010 | 0 | 1110 | 11100101 | 1000100 | 111000 |
Color Harmonies of #415CDB
Complementary color
Monochromatic Colors of #415CDB
Black with #415CDB
Text Example
Text Example
White with #415CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CDB; }
p { color: rgb(65,92,219); }
H1.HeaderClassName
{
color: #415CDB;
}
.AnyTagClassName
{
color: #415CDB;
}
</style>
background-color css
<style>
a { background-color: #415CDB; }
a { background-color: rgb(65,92,219); }
div.DivClassName
{
background-color: #415CDB;
}
.BgClassName
{
background-color: #415CDB;
}
</style>
border-color css
<style>
span { border-color: #415CDB; }
span { border-color: rgb(65,92,219); }
td.TdClassName
{
border-color: #415CDB;
}
.TagClassName
{
border-color: #415CDB;
}
</style>