Shades of Royal Blue #415CE3
Tints of Royal Blue #415CE3
RGB
CMYK
RGB Variations
Color information
#415CE3 (or 0x415CE3) is known color: Royal Blue. HEX triplet: 41, 5C and E3. RGB value is (65,92,227). Sum of RGB (Red+Green+Blue) = 65+92+227=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 227 (89.06% from 255 or 59.11% from 384); Max value from RGB is 227 - color contains mainly: blue. Hex color #415CE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CE3 is #BEA31C. Grayscale: #626262. Windows color (decimal): -12493597 or 14900289. OLE color: 14900289.
HSL color Cylindrical-coordinate representation of color #415CE3: hue angle of 230º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415CE3 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 92 | 227 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.11 |
| HSL | 230º | 0.74% | 0.57% | - |
| HSV(B) | 230º | 0.71% | 0.89% | - |
| XYZ | 19.87 | 14.32 | 74.39 | - |
| YUV | 99.32 | 200.05 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 227 | 0.71 | 0.59 | 0 | 0.11 | 230 | 0.74 | 0.57 |
| Hex | 41 | 5C | E3 | 47 | 3B | 0 | B | E6 | 4A | 39 |
| Octal | 101 | 134 | 343 | 107 | 73 | 0 | 13 | 346 | 112 | 71 |
| Binary | 1000001 | 1011100 | 11100011 | 1000111 | 111011 | 0 | 1011 | 11100110 | 1001010 | 111001 |
Color Harmonies of #415CE3
Complementary color
Monochromatic Colors of #415CE3
Black with #415CE3
Text Example
Text Example
White with #415CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CE3; }
p { color: rgb(65,92,227); }
H1.HeaderClassName
{
color: #415CE3;
}
.AnyTagClassName
{
color: #415CE3;
}
</style>
background-color css
<style>
a { background-color: #415CE3; }
a { background-color: rgb(65,92,227); }
div.DivClassName
{
background-color: #415CE3;
}
.BgClassName
{
background-color: #415CE3;
}
</style>
border-color css
<style>
span { border-color: #415CE3; }
span { border-color: rgb(65,92,227); }
td.TdClassName
{
border-color: #415CE3;
}
.TagClassName
{
border-color: #415CE3;
}
</style>