Shades of Royal Blue #4063FB
Tints of Royal Blue #4063FB
RGB
CMYK
RGB Variations
Color information
#4063FB (or 0x4063FB) is known color: Royal Blue. HEX triplet: 40, 63 and FB. RGB value is (64,99,251). Sum of RGB (Red+Green+Blue) = 64+99+251=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #4063FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4063FB is #BF9C04. Grayscale: #696969. Windows color (decimal): -12557317 or 16474944. OLE color: 16474944.
HSL color Cylindrical-coordinate representation of color #4063FB: hue angle of 228.77º 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 #4063FB is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 99 | 251 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.02 |
| HSL | 228.77º | 0.96% | 0.62% | - |
| HSV(B) | 228.77º | 0.75% | 0.98% | - |
| XYZ | 23.99 | 16.98 | 93.28 | - |
| YUV | 105.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 251 | 0.75 | 0.61 | 0 | 0.02 | 228.77 | 0.96 | 0.62 |
| Hex | 40 | 63 | FB | 4B | 3D | 0 | 2 | E5 | 60 | 3E |
| Octal | 100 | 143 | 373 | 113 | 75 | 0 | 2 | 345 | 140 | 76 |
| Binary | 1000000 | 1100011 | 11111011 | 1001011 | 111101 | 0 | 10 | 11100101 | 1100000 | 111110 |
Color Harmonies of #4063FB
Complementary color
Monochromatic Colors of #4063FB
Black with #4063FB
Text Example
Text Example
White with #4063FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063FB; }
p { color: rgb(64,99,251); }
H1.HeaderClassName
{
color: #4063FB;
}
.AnyTagClassName
{
color: #4063FB;
}
</style>
background-color css
<style>
a { background-color: #4063FB; }
a { background-color: rgb(64,99,251); }
div.DivClassName
{
background-color: #4063FB;
}
.BgClassName
{
background-color: #4063FB;
}
</style>
border-color css
<style>
span { border-color: #4063FB; }
span { border-color: rgb(64,99,251); }
td.TdClassName
{
border-color: #4063FB;
}
.TagClassName
{
border-color: #4063FB;
}
</style>