Shades of Royal Blue #417AEF
Tints of Royal Blue #417AEF
RGB
CMYK
RGB Variations
Color information
#417AEF (or 0x417AEF) is known color: Royal Blue. HEX triplet: 41, 7A and EF. RGB value is (65,122,239). Sum of RGB (Red+Green+Blue) = 65+122+239=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #417AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AEF is #BE8510. Grayscale: #757575. Windows color (decimal): -12485905 or 15694401. OLE color: 15694401.
HSL color Cylindrical-coordinate representation of color #417AEF: hue angle of 220.34º 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 #417AEF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 122 | 239 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.06 |
| HSL | 220.34º | 0.84% | 0.6% | - |
| HSV(B) | 220.34º | 0.73% | 0.94% | - |
| XYZ | 24.72 | 21.27 | 84.46 | - |
| YUV | 118.3 | 196.12 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 239 | 0.73 | 0.49 | 0 | 0.06 | 220.34 | 0.84 | 0.6 |
| Hex | 41 | 7A | EF | 49 | 31 | 0 | 6 | DC | 54 | 3C |
| Octal | 101 | 172 | 357 | 111 | 61 | 0 | 6 | 334 | 124 | 74 |
| Binary | 1000001 | 1111010 | 11101111 | 1001001 | 110001 | 0 | 110 | 11011100 | 1010100 | 111100 |
Color Harmonies of #417AEF
Complementary color
Monochromatic Colors of #417AEF
Black with #417AEF
Text Example
Text Example
White with #417AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AEF; }
p { color: rgb(65,122,239); }
H1.HeaderClassName
{
color: #417AEF;
}
.AnyTagClassName
{
color: #417AEF;
}
</style>
background-color css
<style>
a { background-color: #417AEF; }
a { background-color: rgb(65,122,239); }
div.DivClassName
{
background-color: #417AEF;
}
.BgClassName
{
background-color: #417AEF;
}
</style>
border-color css
<style>
span { border-color: #417AEF; }
span { border-color: rgb(65,122,239); }
td.TdClassName
{
border-color: #417AEF;
}
.TagClassName
{
border-color: #417AEF;
}
</style>