Shades of Royal Blue #417BEE
Tints of Royal Blue #417BEE
RGB
CMYK
RGB Variations
Color information
#417BEE (or 0x417BEE) is known color: Royal Blue. HEX triplet: 41, 7B and EE. RGB value is (65,123,238). Sum of RGB (Red+Green+Blue) = 65+123+238=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #417BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BEE is #BE8411. Grayscale: #767676. Windows color (decimal): -12485650 or 15629121. OLE color: 15629121.
HSL color Cylindrical-coordinate representation of color #417BEE: hue angle of 219.88º 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 #417BEE is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 123 | 238 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.07 |
| HSL | 219.88º | 0.84% | 0.59% | - |
| HSV(B) | 219.88º | 0.73% | 0.93% | - |
| XYZ | 24.7 | 21.46 | 83.73 | - |
| YUV | 118.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 238 | 0.73 | 0.48 | 0 | 0.07 | 219.88 | 0.84 | 0.59 |
| Hex | 41 | 7B | EE | 49 | 30 | 0 | 7 | DC | 54 | 3B |
| Octal | 101 | 173 | 356 | 111 | 60 | 0 | 7 | 334 | 124 | 73 |
| Binary | 1000001 | 1111011 | 11101110 | 1001001 | 110000 | 0 | 111 | 11011100 | 1010100 | 111011 |
Color Harmonies of #417BEE
Complementary color
Monochromatic Colors of #417BEE
Black with #417BEE
Text Example
Text Example
White with #417BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BEE; }
p { color: rgb(65,123,238); }
H1.HeaderClassName
{
color: #417BEE;
}
.AnyTagClassName
{
color: #417BEE;
}
</style>
background-color css
<style>
a { background-color: #417BEE; }
a { background-color: rgb(65,123,238); }
div.DivClassName
{
background-color: #417BEE;
}
.BgClassName
{
background-color: #417BEE;
}
</style>
border-color css
<style>
span { border-color: #417BEE; }
span { border-color: rgb(65,123,238); }
td.TdClassName
{
border-color: #417BEE;
}
.TagClassName
{
border-color: #417BEE;
}
</style>