Shades of Royal Blue #4071FB
Tints of Royal Blue #4071FB
RGB
CMYK
RGB Variations
Color information
#4071FB (or 0x4071FB) is known color: Royal Blue. HEX triplet: 40, 71 and FB. RGB value is (64,113,251). Sum of RGB (Red+Green+Blue) = 64+113+251=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 113 (44.53% from 255 or 26.40% 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 #4071FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071FB is #BF8E04. Grayscale: #717171. Windows color (decimal): -12553733 or 16478528. OLE color: 16478528.
HSL color Cylindrical-coordinate representation of color #4071FB: hue angle of 224.28º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4071FB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 113 | 251 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.02 |
| HSL | 224.28º | 0.96% | 0.62% | - |
| HSV(B) | 224.28º | 0.75% | 0.98% | - |
| XYZ | 25.43 | 19.87 | 93.76 | - |
| YUV | 114.08 | 205.27 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 251 | 0.75 | 0.55 | 0 | 0.02 | 224.28 | 0.96 | 0.62 |
| Hex | 40 | 71 | FB | 4B | 37 | 0 | 2 | E0 | 60 | 3E |
| Octal | 100 | 161 | 373 | 113 | 67 | 0 | 2 | 340 | 140 | 76 |
| Binary | 1000000 | 1110001 | 11111011 | 1001011 | 110111 | 0 | 10 | 11100000 | 1100000 | 111110 |
Color Harmonies of #4071FB
Complementary color
Monochromatic Colors of #4071FB
Black with #4071FB
Text Example
Text Example
White with #4071FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071FB; }
p { color: rgb(64,113,251); }
H1.HeaderClassName
{
color: #4071FB;
}
.AnyTagClassName
{
color: #4071FB;
}
</style>
background-color css
<style>
a { background-color: #4071FB; }
a { background-color: rgb(64,113,251); }
div.DivClassName
{
background-color: #4071FB;
}
.BgClassName
{
background-color: #4071FB;
}
</style>
border-color css
<style>
span { border-color: #4071FB; }
span { border-color: rgb(64,113,251); }
td.TdClassName
{
border-color: #4071FB;
}
.TagClassName
{
border-color: #4071FB;
}
</style>