Shades of Royal Blue #417AE5
Tints of Royal Blue #417AE5
RGB
CMYK
RGB Variations
Color information
#417AE5 (or 0x417AE5) is known color: Royal Blue. HEX triplet: 41, 7A and E5. RGB value is (65,122,229). Sum of RGB (Red+Green+Blue) = 65+122+229=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #417AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AE5 is #BE851A. Grayscale: #747474. Windows color (decimal): -12485915 or 15039041. OLE color: 15039041.
HSL color Cylindrical-coordinate representation of color #417AE5: hue angle of 219.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417AE5 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 122 | 229 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.10 |
| HSL | 219.15º | 0.76% | 0.58% | - |
| HSV(B) | 219.15º | 0.72% | 0.9% | - |
| XYZ | 23.28 | 20.7 | 76.9 | - |
| YUV | 117.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 229 | 0.72 | 0.47 | 0 | 0.10 | 219.15 | 0.76 | 0.58 |
| Hex | 41 | 7A | E5 | 48 | 2F | 0 | A | DB | 4C | 3A |
| Octal | 101 | 172 | 345 | 110 | 57 | 0 | 12 | 333 | 114 | 72 |
| Binary | 1000001 | 1111010 | 11100101 | 1001000 | 101111 | 0 | 1010 | 11011011 | 1001100 | 111010 |
Color Harmonies of #417AE5
Complementary color
Monochromatic Colors of #417AE5
Black with #417AE5
Text Example
Text Example
White with #417AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AE5; }
p { color: rgb(65,122,229); }
H1.HeaderClassName
{
color: #417AE5;
}
.AnyTagClassName
{
color: #417AE5;
}
</style>
background-color css
<style>
a { background-color: #417AE5; }
a { background-color: rgb(65,122,229); }
div.DivClassName
{
background-color: #417AE5;
}
.BgClassName
{
background-color: #417AE5;
}
</style>
border-color css
<style>
span { border-color: #417AE5; }
span { border-color: rgb(65,122,229); }
td.TdClassName
{
border-color: #417AE5;
}
.TagClassName
{
border-color: #417AE5;
}
</style>