Shades of Royal Blue #4073FB
Tints of Royal Blue #4073FB
RGB
CMYK
RGB Variations
Color information
#4073FB (or 0x4073FB) is known color: Royal Blue. HEX triplet: 40, 73 and FB. RGB value is (64,115,251). Sum of RGB (Red+Green+Blue) = 64+115+251=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #4073FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4073FB is #BF8C04. Grayscale: #727272. Windows color (decimal): -12553221 or 16479040. OLE color: 16479040.
HSL color Cylindrical-coordinate representation of color #4073FB: hue angle of 223.64º 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 #4073FB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 115 | 251 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.02 |
| HSL | 223.64º | 0.96% | 0.62% | - |
| HSV(B) | 223.64º | 0.75% | 0.98% | - |
| XYZ | 25.66 | 20.32 | 93.84 | - |
| YUV | 115.26 | 204.6 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 251 | 0.75 | 0.54 | 0 | 0.02 | 223.64 | 0.96 | 0.62 |
| Hex | 40 | 73 | FB | 4B | 36 | 0 | 2 | E0 | 60 | 3E |
| Octal | 100 | 163 | 373 | 113 | 66 | 0 | 2 | 340 | 140 | 76 |
| Binary | 1000000 | 1110011 | 11111011 | 1001011 | 110110 | 0 | 10 | 11100000 | 1100000 | 111110 |
Color Harmonies of #4073FB
Complementary color
Monochromatic Colors of #4073FB
Black with #4073FB
Text Example
Text Example
White with #4073FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4073FB; }
p { color: rgb(64,115,251); }
H1.HeaderClassName
{
color: #4073FB;
}
.AnyTagClassName
{
color: #4073FB;
}
</style>
background-color css
<style>
a { background-color: #4073FB; }
a { background-color: rgb(64,115,251); }
div.DivClassName
{
background-color: #4073FB;
}
.BgClassName
{
background-color: #4073FB;
}
</style>
border-color css
<style>
span { border-color: #4073FB; }
span { border-color: rgb(64,115,251); }
td.TdClassName
{
border-color: #4073FB;
}
.TagClassName
{
border-color: #4073FB;
}
</style>