Shades of Royal Blue #417BFE
Tints of Royal Blue #417BFE
RGB
CMYK
RGB Variations
Color information
#417BFE (or 0x417BFE) is known color: Royal Blue. HEX triplet: 41, 7B and FE. RGB value is (65,123,254). Sum of RGB (Red+Green+Blue) = 65+123+254=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #417BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BFE is #BE8401. Grayscale: #787878. Windows color (decimal): -12485634 or 16677697. OLE color: 16677697.
HSL color Cylindrical-coordinate representation of color #417BFE: hue angle of 221.59º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417BFE is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 123 | 254 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.00 |
| HSL | 221.59º | 0.99% | 0.63% | - |
| HSV(B) | 221.59º | 0.74% | 1% | - |
| XYZ | 27.15 | 22.45 | 96.67 | - |
| YUV | 120.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 254 | 0.74 | 0.52 | 0 | 0.00 | 221.59 | 0.99 | 0.63 |
| Hex | 41 | 7B | FE | 4A | 34 | 0 | 0 | DE | 63 | 3F |
| Octal | 101 | 173 | 376 | 112 | 64 | 0 | 0 | 336 | 143 | 77 |
| Binary | 1000001 | 1111011 | 11111110 | 1001010 | 110100 | 0 | 0 | 11011110 | 1100011 | 111111 |
Color Harmonies of #417BFE
Complementary color
Monochromatic Colors of #417BFE
Black with #417BFE
Text Example
Text Example
White with #417BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BFE; }
p { color: rgb(65,123,254); }
H1.HeaderClassName
{
color: #417BFE;
}
.AnyTagClassName
{
color: #417BFE;
}
</style>
background-color css
<style>
a { background-color: #417BFE; }
a { background-color: rgb(65,123,254); }
div.DivClassName
{
background-color: #417BFE;
}
.BgClassName
{
background-color: #417BFE;
}
</style>
border-color css
<style>
span { border-color: #417BFE; }
span { border-color: rgb(65,123,254); }
td.TdClassName
{
border-color: #417BFE;
}
.TagClassName
{
border-color: #417BFE;
}
</style>