Shades of Royal Blue #417BEB
Tints of Royal Blue #417BEB
RGB
CMYK
RGB Variations
Color information
#417BEB (or 0x417BEB) is known color: Royal Blue. HEX triplet: 41, 7B and EB. RGB value is (65,123,235). Sum of RGB (Red+Green+Blue) = 65+123+235=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #417BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BEB is #BE8414. Grayscale: #757575. Windows color (decimal): -12485653 or 15432513. OLE color: 15432513.
HSL color Cylindrical-coordinate representation of color #417BEB: hue angle of 219.53º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417BEB is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 123 | 235 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.08 |
| HSL | 219.53º | 0.81% | 0.59% | - |
| HSV(B) | 219.53º | 0.72% | 0.92% | - |
| XYZ | 24.26 | 21.29 | 81.43 | - |
| YUV | 118.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 235 | 0.72 | 0.48 | 0 | 0.08 | 219.53 | 0.81 | 0.59 |
| Hex | 41 | 7B | EB | 48 | 30 | 0 | 8 | DC | 51 | 3B |
| Octal | 101 | 173 | 353 | 110 | 60 | 0 | 10 | 334 | 121 | 73 |
| Binary | 1000001 | 1111011 | 11101011 | 1001000 | 110000 | 0 | 1000 | 11011100 | 1010001 | 111011 |
Color Harmonies of #417BEB
Complementary color
Monochromatic Colors of #417BEB
Black with #417BEB
Text Example
Text Example
White with #417BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BEB; }
p { color: rgb(65,123,235); }
H1.HeaderClassName
{
color: #417BEB;
}
.AnyTagClassName
{
color: #417BEB;
}
</style>
background-color css
<style>
a { background-color: #417BEB; }
a { background-color: rgb(65,123,235); }
div.DivClassName
{
background-color: #417BEB;
}
.BgClassName
{
background-color: #417BEB;
}
</style>
border-color css
<style>
span { border-color: #417BEB; }
span { border-color: rgb(65,123,235); }
td.TdClassName
{
border-color: #417BEB;
}
.TagClassName
{
border-color: #417BEB;
}
</style>