Shades of Royal Blue #415ADB
Tints of Royal Blue #415ADB
RGB
CMYK
RGB Variations
Color information
#415ADB (or 0x415ADB) is known color: Royal Blue. HEX triplet: 41, 5A and DB. RGB value is (65,90,219). Sum of RGB (Red+Green+Blue) = 65+90+219=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #415ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ADB is #BEA524. Grayscale: #606060. Windows color (decimal): -12494117 or 14375489. OLE color: 14375489.
HSL color Cylindrical-coordinate representation of color #415ADB: hue angle of 230.26º 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 #415ADB is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 90 | 219 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.14 |
| HSL | 230.26º | 0.68% | 0.56% | - |
| HSV(B) | 230.26º | 0.7% | 0.86% | - |
| XYZ | 18.62 | 13.55 | 68.65 | - |
| YUV | 97.23 | 196.72 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 219 | 0.70 | 0.59 | 0 | 0.14 | 230.26 | 0.68 | 0.56 |
| Hex | 41 | 5A | DB | 46 | 3B | 0 | E | E6 | 44 | 38 |
| Octal | 101 | 132 | 333 | 106 | 73 | 0 | 16 | 346 | 104 | 70 |
| Binary | 1000001 | 1011010 | 11011011 | 1000110 | 111011 | 0 | 1110 | 11100110 | 1000100 | 111000 |
Color Harmonies of #415ADB
Complementary color
Monochromatic Colors of #415ADB
Black with #415ADB
Text Example
Text Example
White with #415ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ADB; }
p { color: rgb(65,90,219); }
H1.HeaderClassName
{
color: #415ADB;
}
.AnyTagClassName
{
color: #415ADB;
}
</style>
background-color css
<style>
a { background-color: #415ADB; }
a { background-color: rgb(65,90,219); }
div.DivClassName
{
background-color: #415ADB;
}
.BgClassName
{
background-color: #415ADB;
}
</style>
border-color css
<style>
span { border-color: #415ADB; }
span { border-color: rgb(65,90,219); }
td.TdClassName
{
border-color: #415ADB;
}
.TagClassName
{
border-color: #415ADB;
}
</style>