Shades of Royal Blue #417AFD
Tints of Royal Blue #417AFD
RGB
CMYK
RGB Variations
Color information
#417AFD (or 0x417AFD) is known color: Royal Blue. HEX triplet: 41, 7A and FD. RGB value is (65,122,253). Sum of RGB (Red+Green+Blue) = 65+122+253=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #417AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AFD is #BE8502. Grayscale: #777777. Windows color (decimal): -12485891 or 16611905. OLE color: 16611905.
HSL color Cylindrical-coordinate representation of color #417AFD: hue angle of 221.81º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417AFD is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 122 | 253 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.01 |
| HSL | 221.81º | 0.98% | 0.62% | - |
| HSV(B) | 221.81º | 0.74% | 0.99% | - |
| XYZ | 26.87 | 22.13 | 95.78 | - |
| YUV | 119.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 253 | 0.74 | 0.52 | 0 | 0.01 | 221.81 | 0.98 | 0.62 |
| Hex | 41 | 7A | FD | 4A | 34 | 0 | 1 | DE | 62 | 3E |
| Octal | 101 | 172 | 375 | 112 | 64 | 0 | 1 | 336 | 142 | 76 |
| Binary | 1000001 | 1111010 | 11111101 | 1001010 | 110100 | 0 | 1 | 11011110 | 1100010 | 111110 |
Color Harmonies of #417AFD
Complementary color
Monochromatic Colors of #417AFD
Black with #417AFD
Text Example
Text Example
White with #417AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AFD; }
p { color: rgb(65,122,253); }
H1.HeaderClassName
{
color: #417AFD;
}
.AnyTagClassName
{
color: #417AFD;
}
</style>
background-color css
<style>
a { background-color: #417AFD; }
a { background-color: rgb(65,122,253); }
div.DivClassName
{
background-color: #417AFD;
}
.BgClassName
{
background-color: #417AFD;
}
</style>
border-color css
<style>
span { border-color: #417AFD; }
span { border-color: rgb(65,122,253); }
td.TdClassName
{
border-color: #417AFD;
}
.TagClassName
{
border-color: #417AFD;
}
</style>