Shades of Royal Blue #4071F9
Tints of Royal Blue #4071F9
RGB
CMYK
RGB Variations
Color information
#4071F9 (or 0x4071F9) is known color: Royal Blue. HEX triplet: 40, 71 and F9. RGB value is (64,113,249). Sum of RGB (Red+Green+Blue) = 64+113+249=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #4071F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4071F9 is #BF8E06. Grayscale: #717171. Windows color (decimal): -12553735 or 16347456. OLE color: 16347456.
HSL color Cylindrical-coordinate representation of color #4071F9: hue angle of 224.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4071F9 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 113 | 249 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.02 |
| HSL | 224.11º | 0.94% | 0.61% | - |
| HSV(B) | 224.11º | 0.74% | 0.98% | - |
| XYZ | 25.12 | 19.74 | 92.11 | - |
| YUV | 113.85 | 204.27 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 249 | 0.74 | 0.55 | 0 | 0.02 | 224.11 | 0.94 | 0.61 |
| Hex | 40 | 71 | F9 | 4A | 37 | 0 | 2 | E0 | 5E | 3D |
| Octal | 100 | 161 | 371 | 112 | 67 | 0 | 2 | 340 | 136 | 75 |
| Binary | 1000000 | 1110001 | 11111001 | 1001010 | 110111 | 0 | 10 | 11100000 | 1011110 | 111101 |
Color Harmonies of #4071F9
Complementary color
Monochromatic Colors of #4071F9
Black with #4071F9
Text Example
Text Example
White with #4071F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4071F9; }
p { color: rgb(64,113,249); }
H1.HeaderClassName
{
color: #4071F9;
}
.AnyTagClassName
{
color: #4071F9;
}
</style>
background-color css
<style>
a { background-color: #4071F9; }
a { background-color: rgb(64,113,249); }
div.DivClassName
{
background-color: #4071F9;
}
.BgClassName
{
background-color: #4071F9;
}
</style>
border-color css
<style>
span { border-color: #4071F9; }
span { border-color: rgb(64,113,249); }
td.TdClassName
{
border-color: #4071F9;
}
.TagClassName
{
border-color: #4071F9;
}
</style>