Shades of Royal Blue #417BEC
Tints of Royal Blue #417BEC
RGB
CMYK
RGB Variations
Color information
#417BEC (or 0x417BEC) is known color: Royal Blue. HEX triplet: 41, 7B and EC. RGB value is (65,123,236). Sum of RGB (Red+Green+Blue) = 65+123+236=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #417BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BEC is #BE8413. Grayscale: #767676. Windows color (decimal): -12485652 or 15498049. OLE color: 15498049.
HSL color Cylindrical-coordinate representation of color #417BEC: hue angle of 219.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417BEC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 123 | 236 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.07 |
| HSL | 219.65º | 0.82% | 0.59% | - |
| HSV(B) | 219.65º | 0.72% | 0.93% | - |
| XYZ | 24.4 | 21.35 | 82.19 | - |
| YUV | 118.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 236 | 0.72 | 0.48 | 0 | 0.07 | 219.65 | 0.82 | 0.59 |
| Hex | 41 | 7B | EC | 48 | 30 | 0 | 7 | DC | 52 | 3B |
| Octal | 101 | 173 | 354 | 110 | 60 | 0 | 7 | 334 | 122 | 73 |
| Binary | 1000001 | 1111011 | 11101100 | 1001000 | 110000 | 0 | 111 | 11011100 | 1010010 | 111011 |
Color Harmonies of #417BEC
Complementary color
Monochromatic Colors of #417BEC
Black with #417BEC
Text Example
Text Example
White with #417BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BEC; }
p { color: rgb(65,123,236); }
H1.HeaderClassName
{
color: #417BEC;
}
.AnyTagClassName
{
color: #417BEC;
}
</style>
background-color css
<style>
a { background-color: #417BEC; }
a { background-color: rgb(65,123,236); }
div.DivClassName
{
background-color: #417BEC;
}
.BgClassName
{
background-color: #417BEC;
}
</style>
border-color css
<style>
span { border-color: #417BEC; }
span { border-color: rgb(65,123,236); }
td.TdClassName
{
border-color: #417BEC;
}
.TagClassName
{
border-color: #417BEC;
}
</style>