Shades of Royal Blue #415FE1
Tints of Royal Blue #415FE1
RGB
CMYK
RGB Variations
Color information
#415FE1 (or 0x415FE1) is known color: Royal Blue. HEX triplet: 41, 5F and E1. RGB value is (65,95,225). Sum of RGB (Red+Green+Blue) = 65+95+225=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 225 (88.28% from 255 or 58.44% from 385); Max value from RGB is 225 - color contains mainly: blue. Hex color #415FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FE1 is #BEA01E. Grayscale: #646464. Windows color (decimal): -12492831 or 14769985. OLE color: 14769985.
HSL color Cylindrical-coordinate representation of color #415FE1: hue angle of 228.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415FE1 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 95 | 225 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.12 |
| HSL | 228.75º | 0.73% | 0.57% | - |
| HSV(B) | 228.75º | 0.71% | 0.88% | - |
| XYZ | 19.86 | 14.74 | 73.03 | - |
| YUV | 100.85 | 198.06 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 225 | 0.71 | 0.58 | 0 | 0.12 | 228.75 | 0.73 | 0.57 |
| Hex | 41 | 5F | E1 | 47 | 3A | 0 | C | E5 | 49 | 39 |
| Octal | 101 | 137 | 341 | 107 | 72 | 0 | 14 | 345 | 111 | 71 |
| Binary | 1000001 | 1011111 | 11100001 | 1000111 | 111010 | 0 | 1100 | 11100101 | 1001001 | 111001 |
Color Harmonies of #415FE1
Complementary color
Monochromatic Colors of #415FE1
Black with #415FE1
Text Example
Text Example
White with #415FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415FE1; }
p { color: rgb(65,95,225); }
H1.HeaderClassName
{
color: #415FE1;
}
.AnyTagClassName
{
color: #415FE1;
}
</style>
background-color css
<style>
a { background-color: #415FE1; }
a { background-color: rgb(65,95,225); }
div.DivClassName
{
background-color: #415FE1;
}
.BgClassName
{
background-color: #415FE1;
}
</style>
border-color css
<style>
span { border-color: #415FE1; }
span { border-color: rgb(65,95,225); }
td.TdClassName
{
border-color: #415FE1;
}
.TagClassName
{
border-color: #415FE1;
}
</style>