Shades of Royal Blue #4072FB
Tints of Royal Blue #4072FB
RGB
CMYK
RGB Variations
Color information
#4072FB (or 0x4072FB) is known color: Royal Blue. HEX triplet: 40, 72 and FB. RGB value is (64,114,251). Sum of RGB (Red+Green+Blue) = 64+114+251=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #4072FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4072FB is #BF8D04. Grayscale: #727272. Windows color (decimal): -12553477 or 16478784. OLE color: 16478784.
HSL color Cylindrical-coordinate representation of color #4072FB: hue angle of 223.96º 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 #4072FB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 114 | 251 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.02 |
| HSL | 223.96º | 0.96% | 0.62% | - |
| HSV(B) | 223.96º | 0.75% | 0.98% | - |
| XYZ | 25.54 | 20.09 | 93.8 | - |
| YUV | 114.67 | 204.94 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 251 | 0.75 | 0.55 | 0 | 0.02 | 223.96 | 0.96 | 0.62 |
| Hex | 40 | 72 | FB | 4B | 37 | 0 | 2 | E0 | 60 | 3E |
| Octal | 100 | 162 | 373 | 113 | 67 | 0 | 2 | 340 | 140 | 76 |
| Binary | 1000000 | 1110010 | 11111011 | 1001011 | 110111 | 0 | 10 | 11100000 | 1100000 | 111110 |
Color Harmonies of #4072FB
Complementary color
Monochromatic Colors of #4072FB
Black with #4072FB
Text Example
Text Example
White with #4072FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4072FB; }
p { color: rgb(64,114,251); }
H1.HeaderClassName
{
color: #4072FB;
}
.AnyTagClassName
{
color: #4072FB;
}
</style>
background-color css
<style>
a { background-color: #4072FB; }
a { background-color: rgb(64,114,251); }
div.DivClassName
{
background-color: #4072FB;
}
.BgClassName
{
background-color: #4072FB;
}
</style>
border-color css
<style>
span { border-color: #4072FB; }
span { border-color: rgb(64,114,251); }
td.TdClassName
{
border-color: #4072FB;
}
.TagClassName
{
border-color: #4072FB;
}
</style>