Shades of Royal Blue #415EF1
Tints of Royal Blue #415EF1
RGB
CMYK
RGB Variations
Color information
#415EF1 (or 0x415EF1) is known color: Royal Blue. HEX triplet: 41, 5E and F1. RGB value is (65,94,241). Sum of RGB (Red+Green+Blue) = 65+94+241=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #415EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415EF1 is #BEA10E. Grayscale: #656565. Windows color (decimal): -12493071 or 15818305. OLE color: 15818305.
HSL color Cylindrical-coordinate representation of color #415EF1: hue angle of 230.11º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415EF1 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 94 | 241 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.05 |
| HSL | 230.11º | 0.86% | 0.6% | - |
| HSV(B) | 230.11º | 0.73% | 0.95% | - |
| XYZ | 22.06 | 15.48 | 85.04 | - |
| YUV | 102.09 | 206.39 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 241 | 0.73 | 0.61 | 0 | 0.05 | 230.11 | 0.86 | 0.6 |
| Hex | 41 | 5E | F1 | 49 | 3D | 0 | 5 | E6 | 56 | 3C |
| Octal | 101 | 136 | 361 | 111 | 75 | 0 | 5 | 346 | 126 | 74 |
| Binary | 1000001 | 1011110 | 11110001 | 1001001 | 111101 | 0 | 101 | 11100110 | 1010110 | 111100 |
Color Harmonies of #415EF1
Complementary color
Monochromatic Colors of #415EF1
Black with #415EF1
Text Example
Text Example
White with #415EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415EF1; }
p { color: rgb(65,94,241); }
H1.HeaderClassName
{
color: #415EF1;
}
.AnyTagClassName
{
color: #415EF1;
}
</style>
background-color css
<style>
a { background-color: #415EF1; }
a { background-color: rgb(65,94,241); }
div.DivClassName
{
background-color: #415EF1;
}
.BgClassName
{
background-color: #415EF1;
}
</style>
border-color css
<style>
span { border-color: #415EF1; }
span { border-color: rgb(65,94,241); }
td.TdClassName
{
border-color: #415EF1;
}
.TagClassName
{
border-color: #415EF1;
}
</style>