Shades of Royal Blue #4063FD
Tints of Royal Blue #4063FD
RGB
CMYK
RGB Variations
Color information
#4063FD (or 0x4063FD) is known color: Royal Blue. HEX triplet: 40, 63 and FD. RGB value is (64,99,253). Sum of RGB (Red+Green+Blue) = 64+99+253=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #4063FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4063FD is #BF9C02. Grayscale: #696969. Windows color (decimal): -12557315 or 16606016. OLE color: 16606016.
HSL color Cylindrical-coordinate representation of color #4063FD: hue angle of 228.89º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4063FD is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 99 | 253 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.01 |
| HSL | 228.89º | 0.98% | 0.62% | - |
| HSV(B) | 228.89º | 0.75% | 0.99% | - |
| XYZ | 24.31 | 17.11 | 94.95 | - |
| YUV | 106.09 | 210.9 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 253 | 0.75 | 0.61 | 0 | 0.01 | 228.89 | 0.98 | 0.62 |
| Hex | 40 | 63 | FD | 4B | 3D | 0 | 1 | E5 | 62 | 3E |
| Octal | 100 | 143 | 375 | 113 | 75 | 0 | 1 | 345 | 142 | 76 |
| Binary | 1000000 | 1100011 | 11111101 | 1001011 | 111101 | 0 | 1 | 11100101 | 1100010 | 111110 |
Color Harmonies of #4063FD
Complementary color
Monochromatic Colors of #4063FD
Black with #4063FD
Text Example
Text Example
White with #4063FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063FD; }
p { color: rgb(64,99,253); }
H1.HeaderClassName
{
color: #4063FD;
}
.AnyTagClassName
{
color: #4063FD;
}
</style>
background-color css
<style>
a { background-color: #4063FD; }
a { background-color: rgb(64,99,253); }
div.DivClassName
{
background-color: #4063FD;
}
.BgClassName
{
background-color: #4063FD;
}
</style>
border-color css
<style>
span { border-color: #4063FD; }
span { border-color: rgb(64,99,253); }
td.TdClassName
{
border-color: #4063FD;
}
.TagClassName
{
border-color: #4063FD;
}
</style>