Shades of Royal Blue #4171FA
Tints of Royal Blue #4171FA
RGB
CMYK
RGB Variations
Color information
#4171FA (or 0x4171FA) is known color: Royal Blue. HEX triplet: 41, 71 and FA. RGB value is (65,113,250). Sum of RGB (Red+Green+Blue) = 65+113+250=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #4171FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4171FA is #BE8E05. Grayscale: #717171. Windows color (decimal): -12488198 or 16412993. OLE color: 16412993.
HSL color Cylindrical-coordinate representation of color #4171FA: hue angle of 224.43º degrees, saturation: 0.95, 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 #4171FA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 113 | 250 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.02 |
| HSL | 224.43º | 0.95% | 0.62% | - |
| HSV(B) | 224.43º | 0.74% | 0.98% | - |
| XYZ | 25.34 | 19.84 | 92.94 | - |
| YUV | 114.27 | 204.6 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 250 | 0.74 | 0.55 | 0 | 0.02 | 224.43 | 0.95 | 0.62 |
| Hex | 41 | 71 | FA | 4A | 37 | 0 | 2 | E0 | 5F | 3E |
| Octal | 101 | 161 | 372 | 112 | 67 | 0 | 2 | 340 | 137 | 76 |
| Binary | 1000001 | 1110001 | 11111010 | 1001010 | 110111 | 0 | 10 | 11100000 | 1011111 | 111110 |
Color Harmonies of #4171FA
Complementary color
Monochromatic Colors of #4171FA
Black with #4171FA
Text Example
Text Example
White with #4171FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4171FA; }
p { color: rgb(65,113,250); }
H1.HeaderClassName
{
color: #4171FA;
}
.AnyTagClassName
{
color: #4171FA;
}
</style>
background-color css
<style>
a { background-color: #4171FA; }
a { background-color: rgb(65,113,250); }
div.DivClassName
{
background-color: #4171FA;
}
.BgClassName
{
background-color: #4171FA;
}
</style>
border-color css
<style>
span { border-color: #4171FA; }
span { border-color: rgb(65,113,250); }
td.TdClassName
{
border-color: #4171FA;
}
.TagClassName
{
border-color: #4171FA;
}
</style>