Shades of Royal Blue #415AF1
Tints of Royal Blue #415AF1
RGB
CMYK
RGB Variations
Color information
#415AF1 (or 0x415AF1) is known color: Royal Blue. HEX triplet: 41, 5A and F1. RGB value is (65,90,241). Sum of RGB (Red+Green+Blue) = 65+90+241=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #415AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415AF1 is #BEA50E. Grayscale: #636363. Windows color (decimal): -12494095 or 15817281. OLE color: 15817281.
HSL color Cylindrical-coordinate representation of color #415AF1: hue angle of 231.48º 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 #415AF1 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 90 | 241 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.05 |
| HSL | 231.48º | 0.86% | 0.6% | - |
| HSV(B) | 231.48º | 0.73% | 0.95% | - |
| XYZ | 21.71 | 14.79 | 84.93 | - |
| YUV | 99.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 241 | 0.73 | 0.63 | 0 | 0.05 | 231.48 | 0.86 | 0.6 |
| Hex | 41 | 5A | F1 | 49 | 3F | 0 | 5 | E7 | 56 | 3C |
| Octal | 101 | 132 | 361 | 111 | 77 | 0 | 5 | 347 | 126 | 74 |
| Binary | 1000001 | 1011010 | 11110001 | 1001001 | 111111 | 0 | 101 | 11100111 | 1010110 | 111100 |
Color Harmonies of #415AF1
Complementary color
Monochromatic Colors of #415AF1
Black with #415AF1
Text Example
Text Example
White with #415AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415AF1; }
p { color: rgb(65,90,241); }
H1.HeaderClassName
{
color: #415AF1;
}
.AnyTagClassName
{
color: #415AF1;
}
</style>
background-color css
<style>
a { background-color: #415AF1; }
a { background-color: rgb(65,90,241); }
div.DivClassName
{
background-color: #415AF1;
}
.BgClassName
{
background-color: #415AF1;
}
</style>
border-color css
<style>
span { border-color: #415AF1; }
span { border-color: rgb(65,90,241); }
td.TdClassName
{
border-color: #415AF1;
}
.TagClassName
{
border-color: #415AF1;
}
</style>