Shades of Royal Blue #415DF3
Tints of Royal Blue #415DF3
RGB
CMYK
RGB Variations
Color information
#415DF3 (or 0x415DF3) is known color: Royal Blue. HEX triplet: 41, 5D and F3. RGB value is (65,93,243). Sum of RGB (Red+Green+Blue) = 65+93+243=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #415DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415DF3 is #BEA20C. Grayscale: #656565. Windows color (decimal): -12493325 or 15949121. OLE color: 15949121.
HSL color Cylindrical-coordinate representation of color #415DF3: hue angle of 230.56º degrees, saturation: 0.88, 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 #415DF3 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 93 | 243 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.05 |
| HSL | 230.56º | 0.88% | 0.6% | - |
| HSV(B) | 230.56º | 0.73% | 0.95% | - |
| XYZ | 22.27 | 15.42 | 86.6 | - |
| YUV | 101.73 | 207.72 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 243 | 0.73 | 0.62 | 0 | 0.05 | 230.56 | 0.88 | 0.6 |
| Hex | 41 | 5D | F3 | 49 | 3E | 0 | 5 | E7 | 58 | 3C |
| Octal | 101 | 135 | 363 | 111 | 76 | 0 | 5 | 347 | 130 | 74 |
| Binary | 1000001 | 1011101 | 11110011 | 1001001 | 111110 | 0 | 101 | 11100111 | 1011000 | 111100 |
Color Harmonies of #415DF3
Complementary color
Monochromatic Colors of #415DF3
Black with #415DF3
Text Example
Text Example
White with #415DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415DF3; }
p { color: rgb(65,93,243); }
H1.HeaderClassName
{
color: #415DF3;
}
.AnyTagClassName
{
color: #415DF3;
}
</style>
background-color css
<style>
a { background-color: #415DF3; }
a { background-color: rgb(65,93,243); }
div.DivClassName
{
background-color: #415DF3;
}
.BgClassName
{
background-color: #415DF3;
}
</style>
border-color css
<style>
span { border-color: #415DF3; }
span { border-color: rgb(65,93,243); }
td.TdClassName
{
border-color: #415DF3;
}
.TagClassName
{
border-color: #415DF3;
}
</style>