Shades of Royal Blue #417CEA
Tints of Royal Blue #417CEA
RGB
CMYK
RGB Variations
Color information
#417CEA (or 0x417CEA) is known color: Royal Blue. HEX triplet: 41, 7C and EA. RGB value is (65,124,234). Sum of RGB (Red+Green+Blue) = 65+124+234=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #417CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417CEA is #BE8315. Grayscale: #767676. Windows color (decimal): -12485398 or 15367233. OLE color: 15367233.
HSL color Cylindrical-coordinate representation of color #417CEA: hue angle of 219.05º degrees, saturation: 0.8, 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 #417CEA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 124 | 234 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.08 |
| HSL | 219.05º | 0.8% | 0.59% | - |
| HSV(B) | 219.05º | 0.72% | 0.92% | - |
| XYZ | 24.24 | 21.48 | 80.71 | - |
| YUV | 118.9 | 192.95 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 234 | 0.72 | 0.47 | 0 | 0.08 | 219.05 | 0.8 | 0.59 |
| Hex | 41 | 7C | EA | 48 | 2F | 0 | 8 | DB | 50 | 3B |
| Octal | 101 | 174 | 352 | 110 | 57 | 0 | 10 | 333 | 120 | 73 |
| Binary | 1000001 | 1111100 | 11101010 | 1001000 | 101111 | 0 | 1000 | 11011011 | 1010000 | 111011 |
Color Harmonies of #417CEA
Complementary color
Monochromatic Colors of #417CEA
Black with #417CEA
Text Example
Text Example
White with #417CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CEA; }
p { color: rgb(65,124,234); }
H1.HeaderClassName
{
color: #417CEA;
}
.AnyTagClassName
{
color: #417CEA;
}
</style>
background-color css
<style>
a { background-color: #417CEA; }
a { background-color: rgb(65,124,234); }
div.DivClassName
{
background-color: #417CEA;
}
.BgClassName
{
background-color: #417CEA;
}
</style>
border-color css
<style>
span { border-color: #417CEA; }
span { border-color: rgb(65,124,234); }
td.TdClassName
{
border-color: #417CEA;
}
.TagClassName
{
border-color: #417CEA;
}
</style>