Shades of Royal Blue #415ADE
Tints of Royal Blue #415ADE
RGB
CMYK
RGB Variations
Color information
#415ADE (or 0x415ADE) is known color: Royal Blue. HEX triplet: 41, 5A and DE. RGB value is (65,90,222). Sum of RGB (Red+Green+Blue) = 65+90+222=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #415ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ADE is #BEA521. Grayscale: #616161. Windows color (decimal): -12494114 or 14572097. OLE color: 14572097.
HSL color Cylindrical-coordinate representation of color #415ADE: hue angle of 230.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415ADE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 90 | 222 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.13 |
| HSL | 230.45º | 0.7% | 0.56% | - |
| HSV(B) | 230.45º | 0.71% | 0.87% | - |
| XYZ | 19.02 | 13.71 | 70.75 | - |
| YUV | 97.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 222 | 0.71 | 0.59 | 0 | 0.13 | 230.45 | 0.7 | 0.56 |
| Hex | 41 | 5A | DE | 47 | 3B | 0 | D | E6 | 46 | 38 |
| Octal | 101 | 132 | 336 | 107 | 73 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000001 | 1011010 | 11011110 | 1000111 | 111011 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #415ADE
Complementary color
Monochromatic Colors of #415ADE
Black with #415ADE
Text Example
Text Example
White with #415ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ADE; }
p { color: rgb(65,90,222); }
H1.HeaderClassName
{
color: #415ADE;
}
.AnyTagClassName
{
color: #415ADE;
}
</style>
background-color css
<style>
a { background-color: #415ADE; }
a { background-color: rgb(65,90,222); }
div.DivClassName
{
background-color: #415ADE;
}
.BgClassName
{
background-color: #415ADE;
}
</style>
border-color css
<style>
span { border-color: #415ADE; }
span { border-color: rgb(65,90,222); }
td.TdClassName
{
border-color: #415ADE;
}
.TagClassName
{
border-color: #415ADE;
}
</style>