Shades of Royal Blue #4170FB
Tints of Royal Blue #4170FB
RGB
CMYK
RGB Variations
Color information
#4170FB (or 0x4170FB) is known color: Royal Blue. HEX triplet: 41, 70 and FB. RGB value is (65,112,251). Sum of RGB (Red+Green+Blue) = 65+112+251=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #4170FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4170FB is #BE8F04. Grayscale: #717171. Windows color (decimal): -12488453 or 16478273. OLE color: 16478273.
HSL color Cylindrical-coordinate representation of color #4170FB: hue angle of 224.84º 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 #4170FB is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 112 | 251 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.02 |
| HSL | 224.84º | 0.96% | 0.62% | - |
| HSV(B) | 224.84º | 0.74% | 0.98% | - |
| XYZ | 25.39 | 19.68 | 93.73 | - |
| YUV | 113.79 | 205.43 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 251 | 0.74 | 0.55 | 0 | 0.02 | 224.84 | 0.96 | 0.62 |
| Hex | 41 | 70 | FB | 4A | 37 | 0 | 2 | E1 | 60 | 3E |
| Octal | 101 | 160 | 373 | 112 | 67 | 0 | 2 | 341 | 140 | 76 |
| Binary | 1000001 | 1110000 | 11111011 | 1001010 | 110111 | 0 | 10 | 11100001 | 1100000 | 111110 |
Color Harmonies of #4170FB
Complementary color
Monochromatic Colors of #4170FB
Black with #4170FB
Text Example
Text Example
White with #4170FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4170FB; }
p { color: rgb(65,112,251); }
H1.HeaderClassName
{
color: #4170FB;
}
.AnyTagClassName
{
color: #4170FB;
}
</style>
background-color css
<style>
a { background-color: #4170FB; }
a { background-color: rgb(65,112,251); }
div.DivClassName
{
background-color: #4170FB;
}
.BgClassName
{
background-color: #4170FB;
}
</style>
border-color css
<style>
span { border-color: #4170FB; }
span { border-color: rgb(65,112,251); }
td.TdClassName
{
border-color: #4170FB;
}
.TagClassName
{
border-color: #4170FB;
}
</style>