Shades of Royal Blue #415BEF
Tints of Royal Blue #415BEF
RGB
CMYK
RGB Variations
Color information
#415BEF (or 0x415BEF) is known color: Royal Blue. HEX triplet: 41, 5B and EF. RGB value is (65,91,239). Sum of RGB (Red+Green+Blue) = 65+91+239=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #415BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415BEF is #BEA410. Grayscale: #636363. Windows color (decimal): -12493841 or 15686465. OLE color: 15686465.
HSL color Cylindrical-coordinate representation of color #415BEF: hue angle of 231.03º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415BEF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 91 | 239 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.06 |
| HSL | 231.03º | 0.84% | 0.6% | - |
| HSV(B) | 231.03º | 0.73% | 0.94% | - |
| XYZ | 21.5 | 14.84 | 83.39 | - |
| YUV | 100.1 | 206.39 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 239 | 0.73 | 0.62 | 0 | 0.06 | 231.03 | 0.84 | 0.6 |
| Hex | 41 | 5B | EF | 49 | 3E | 0 | 6 | E7 | 54 | 3C |
| Octal | 101 | 133 | 357 | 111 | 76 | 0 | 6 | 347 | 124 | 74 |
| Binary | 1000001 | 1011011 | 11101111 | 1001001 | 111110 | 0 | 110 | 11100111 | 1010100 | 111100 |
Color Harmonies of #415BEF
Complementary color
Monochromatic Colors of #415BEF
Black with #415BEF
Text Example
Text Example
White with #415BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415BEF; }
p { color: rgb(65,91,239); }
H1.HeaderClassName
{
color: #415BEF;
}
.AnyTagClassName
{
color: #415BEF;
}
</style>
background-color css
<style>
a { background-color: #415BEF; }
a { background-color: rgb(65,91,239); }
div.DivClassName
{
background-color: #415BEF;
}
.BgClassName
{
background-color: #415BEF;
}
</style>
border-color css
<style>
span { border-color: #415BEF; }
span { border-color: rgb(65,91,239); }
td.TdClassName
{
border-color: #415BEF;
}
.TagClassName
{
border-color: #415BEF;
}
</style>