Shades of Royal Blue #415FF1
Tints of Royal Blue #415FF1
RGB
CMYK
RGB Variations
Color information
#415FF1 (or 0x415FF1) is known color: Royal Blue. HEX triplet: 41, 5F and F1. RGB value is (65,95,241). Sum of RGB (Red+Green+Blue) = 65+95+241=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #415FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415FF1 is #BEA00E. Grayscale: #666666. Windows color (decimal): -12492815 or 15818561. OLE color: 15818561.
HSL color Cylindrical-coordinate representation of color #415FF1: hue angle of 229.77º 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 #415FF1 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 95 | 241 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.05 |
| HSL | 229.77º | 0.86% | 0.6% | - |
| HSV(B) | 229.77º | 0.73% | 0.95% | - |
| XYZ | 22.15 | 15.66 | 85.07 | - |
| YUV | 102.67 | 206.06 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 241 | 0.73 | 0.61 | 0 | 0.05 | 229.77 | 0.86 | 0.6 |
| Hex | 41 | 5F | F1 | 49 | 3D | 0 | 5 | E6 | 56 | 3C |
| Octal | 101 | 137 | 361 | 111 | 75 | 0 | 5 | 346 | 126 | 74 |
| Binary | 1000001 | 1011111 | 11110001 | 1001001 | 111101 | 0 | 101 | 11100110 | 1010110 | 111100 |
Color Harmonies of #415FF1
Complementary color
Monochromatic Colors of #415FF1
Black with #415FF1
Text Example
Text Example
White with #415FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415FF1; }
p { color: rgb(65,95,241); }
H1.HeaderClassName
{
color: #415FF1;
}
.AnyTagClassName
{
color: #415FF1;
}
</style>
background-color css
<style>
a { background-color: #415FF1; }
a { background-color: rgb(65,95,241); }
div.DivClassName
{
background-color: #415FF1;
}
.BgClassName
{
background-color: #415FF1;
}
</style>
border-color css
<style>
span { border-color: #415FF1; }
span { border-color: rgb(65,95,241); }
td.TdClassName
{
border-color: #415FF1;
}
.TagClassName
{
border-color: #415FF1;
}
</style>