Shades of Royal Blue #417BFB
Tints of Royal Blue #417BFB
RGB
CMYK
RGB Variations
Color information
#417BFB (or 0x417BFB) is known color: Royal Blue. HEX triplet: 41, 7B and FB. RGB value is (65,123,251). Sum of RGB (Red+Green+Blue) = 65+123+251=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #417BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417BFB is #BE8404. Grayscale: #777777. Windows color (decimal): -12485637 or 16481089. OLE color: 16481089.
HSL color Cylindrical-coordinate representation of color #417BFB: hue angle of 221.29º 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 #417BFB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 123 | 251 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.02 |
| HSL | 221.29º | 0.96% | 0.62% | - |
| HSV(B) | 221.29º | 0.74% | 0.98% | - |
| XYZ | 26.68 | 22.25 | 94.16 | - |
| YUV | 120.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 251 | 0.74 | 0.51 | 0 | 0.02 | 221.29 | 0.96 | 0.62 |
| Hex | 41 | 7B | FB | 4A | 33 | 0 | 2 | DD | 60 | 3E |
| Octal | 101 | 173 | 373 | 112 | 63 | 0 | 2 | 335 | 140 | 76 |
| Binary | 1000001 | 1111011 | 11111011 | 1001010 | 110011 | 0 | 10 | 11011101 | 1100000 | 111110 |
Color Harmonies of #417BFB
Complementary color
Monochromatic Colors of #417BFB
Black with #417BFB
Text Example
Text Example
White with #417BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BFB; }
p { color: rgb(65,123,251); }
H1.HeaderClassName
{
color: #417BFB;
}
.AnyTagClassName
{
color: #417BFB;
}
</style>
background-color css
<style>
a { background-color: #417BFB; }
a { background-color: rgb(65,123,251); }
div.DivClassName
{
background-color: #417BFB;
}
.BgClassName
{
background-color: #417BFB;
}
</style>
border-color css
<style>
span { border-color: #417BFB; }
span { border-color: rgb(65,123,251); }
td.TdClassName
{
border-color: #417BFB;
}
.TagClassName
{
border-color: #417BFB;
}
</style>