Shades of Royal Blue #417FEE
Tints of Royal Blue #417FEE
RGB
CMYK
RGB Variations
Color information
#417FEE (or 0x417FEE) is known color: Royal Blue. HEX triplet: 41, 7F and EE. RGB value is (65,127,238). Sum of RGB (Red+Green+Blue) = 65+127+238=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #417FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FEE is #BE8011. Grayscale: #787878. Windows color (decimal): -12484626 or 15630145. OLE color: 15630145.
HSL color Cylindrical-coordinate representation of color #417FEE: hue angle of 218.5º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417FEE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 127 | 238 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.07 |
| HSL | 218.5º | 0.84% | 0.59% | - |
| HSV(B) | 218.5º | 0.73% | 0.93% | - |
| XYZ | 25.2 | 22.48 | 83.9 | - |
| YUV | 121.12 | 193.96 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 238 | 0.73 | 0.47 | 0 | 0.07 | 218.5 | 0.84 | 0.59 |
| Hex | 41 | 7F | EE | 49 | 2F | 0 | 7 | DA | 54 | 3B |
| Octal | 101 | 177 | 356 | 111 | 57 | 0 | 7 | 332 | 124 | 73 |
| Binary | 1000001 | 1111111 | 11101110 | 1001001 | 101111 | 0 | 111 | 11011010 | 1010100 | 111011 |
Color Harmonies of #417FEE
Complementary color
Monochromatic Colors of #417FEE
Black with #417FEE
Text Example
Text Example
White with #417FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FEE; }
p { color: rgb(65,127,238); }
H1.HeaderClassName
{
color: #417FEE;
}
.AnyTagClassName
{
color: #417FEE;
}
</style>
background-color css
<style>
a { background-color: #417FEE; }
a { background-color: rgb(65,127,238); }
div.DivClassName
{
background-color: #417FEE;
}
.BgClassName
{
background-color: #417FEE;
}
</style>
border-color css
<style>
span { border-color: #417FEE; }
span { border-color: rgb(65,127,238); }
td.TdClassName
{
border-color: #417FEE;
}
.TagClassName
{
border-color: #417FEE;
}
</style>