Shades of Royal Blue #417FFB
Tints of Royal Blue #417FFB
RGB
CMYK
RGB Variations
Color information
#417FFB (or 0x417FFB) is known color: Royal Blue. HEX triplet: 41, 7F and FB. RGB value is (65,127,251). Sum of RGB (Red+Green+Blue) = 65+127+251=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #417FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FFB is #BE8004. Grayscale: #7A7A7A. Windows color (decimal): -12484613 or 16482113. OLE color: 16482113.
HSL color Cylindrical-coordinate representation of color #417FFB: hue angle of 220º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417FFB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 127 | 251 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.02 |
| HSL | 220º | 0.96% | 0.62% | - |
| HSV(B) | 220º | 0.74% | 0.98% | - |
| XYZ | 27.18 | 23.27 | 94.33 | - |
| YUV | 122.6 | 200.46 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 251 | 0.74 | 0.49 | 0 | 0.02 | 220 | 0.96 | 0.62 |
| Hex | 41 | 7F | FB | 4A | 31 | 0 | 2 | DC | 60 | 3E |
| Octal | 101 | 177 | 373 | 112 | 61 | 0 | 2 | 334 | 140 | 76 |
| Binary | 1000001 | 1111111 | 11111011 | 1001010 | 110001 | 0 | 10 | 11011100 | 1100000 | 111110 |
Color Harmonies of #417FFB
Complementary color
Monochromatic Colors of #417FFB
Black with #417FFB
Text Example
Text Example
White with #417FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FFB; }
p { color: rgb(65,127,251); }
H1.HeaderClassName
{
color: #417FFB;
}
.AnyTagClassName
{
color: #417FFB;
}
</style>
background-color css
<style>
a { background-color: #417FFB; }
a { background-color: rgb(65,127,251); }
div.DivClassName
{
background-color: #417FFB;
}
.BgClassName
{
background-color: #417FFB;
}
</style>
border-color css
<style>
span { border-color: #417FFB; }
span { border-color: rgb(65,127,251); }
td.TdClassName
{
border-color: #417FFB;
}
.TagClassName
{
border-color: #417FFB;
}
</style>