Shades of Royal Blue #417FEA
Tints of Royal Blue #417FEA
RGB
CMYK
RGB Variations
Color information
#417FEA (or 0x417FEA) is known color: Royal Blue. HEX triplet: 41, 7F and EA. RGB value is (65,127,234). Sum of RGB (Red+Green+Blue) = 65+127+234=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #417FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FEA is #BE8015. Grayscale: #787878. Windows color (decimal): -12484630 or 15368001. OLE color: 15368001.
HSL color Cylindrical-coordinate representation of color #417FEA: hue angle of 217.99º 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 #417FEA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 127 | 234 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.08 |
| HSL | 217.99º | 0.8% | 0.59% | - |
| HSV(B) | 217.99º | 0.72% | 0.92% | - |
| XYZ | 24.62 | 22.24 | 80.84 | - |
| YUV | 120.66 | 191.96 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 234 | 0.72 | 0.46 | 0 | 0.08 | 217.99 | 0.8 | 0.59 |
| Hex | 41 | 7F | EA | 48 | 2E | 0 | 8 | DA | 50 | 3B |
| Octal | 101 | 177 | 352 | 110 | 56 | 0 | 10 | 332 | 120 | 73 |
| Binary | 1000001 | 1111111 | 11101010 | 1001000 | 101110 | 0 | 1000 | 11011010 | 1010000 | 111011 |
Color Harmonies of #417FEA
Complementary color
Monochromatic Colors of #417FEA
Black with #417FEA
Text Example
Text Example
White with #417FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FEA; }
p { color: rgb(65,127,234); }
H1.HeaderClassName
{
color: #417FEA;
}
.AnyTagClassName
{
color: #417FEA;
}
</style>
background-color css
<style>
a { background-color: #417FEA; }
a { background-color: rgb(65,127,234); }
div.DivClassName
{
background-color: #417FEA;
}
.BgClassName
{
background-color: #417FEA;
}
</style>
border-color css
<style>
span { border-color: #417FEA; }
span { border-color: rgb(65,127,234); }
td.TdClassName
{
border-color: #417FEA;
}
.TagClassName
{
border-color: #417FEA;
}
</style>