Shades of Royal Blue #415EE3
Tints of Royal Blue #415EE3
RGB
CMYK
RGB Variations
Color information
#415EE3 (or 0x415EE3) is known color: Royal Blue. HEX triplet: 41, 5E and E3. RGB value is (65,94,227). Sum of RGB (Red+Green+Blue) = 65+94+227=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 227 (89.06% from 255 or 58.81% from 386); Max value from RGB is 227 - color contains mainly: blue. Hex color #415EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EE3 is #BEA11C. Grayscale: #636363. Windows color (decimal): -12493085 or 14900801. OLE color: 14900801.
HSL color Cylindrical-coordinate representation of color #415EE3: hue angle of 229.26º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415EE3 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 94 | 227 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.11 |
| HSL | 229.26º | 0.74% | 0.57% | - |
| HSV(B) | 229.26º | 0.71% | 0.89% | - |
| XYZ | 20.05 | 14.68 | 74.45 | - |
| YUV | 100.49 | 199.39 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 227 | 0.71 | 0.59 | 0 | 0.11 | 229.26 | 0.74 | 0.57 |
| Hex | 41 | 5E | E3 | 47 | 3B | 0 | B | E5 | 4A | 39 |
| Octal | 101 | 136 | 343 | 107 | 73 | 0 | 13 | 345 | 112 | 71 |
| Binary | 1000001 | 1011110 | 11100011 | 1000111 | 111011 | 0 | 1011 | 11100101 | 1001010 | 111001 |
Color Harmonies of #415EE3
Complementary color
Monochromatic Colors of #415EE3
Black with #415EE3
Text Example
Text Example
White with #415EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415EE3; }
p { color: rgb(65,94,227); }
H1.HeaderClassName
{
color: #415EE3;
}
.AnyTagClassName
{
color: #415EE3;
}
</style>
background-color css
<style>
a { background-color: #415EE3; }
a { background-color: rgb(65,94,227); }
div.DivClassName
{
background-color: #415EE3;
}
.BgClassName
{
background-color: #415EE3;
}
</style>
border-color css
<style>
span { border-color: #415EE3; }
span { border-color: rgb(65,94,227); }
td.TdClassName
{
border-color: #415EE3;
}
.TagClassName
{
border-color: #415EE3;
}
</style>