Shades of Royal Blue #4063EA
Tints of Royal Blue #4063EA
RGB
CMYK
RGB Variations
Color information
#4063EA (or 0x4063EA) is known color: Royal Blue. HEX triplet: 40, 63 and EA. RGB value is (64,99,234). Sum of RGB (Red+Green+Blue) = 64+99+234=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #4063EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4063EA is #BF9C15. Grayscale: #676767. Windows color (decimal): -12557334 or 15360832. OLE color: 15360832.
HSL color Cylindrical-coordinate representation of color #4063EA: hue angle of 227.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4063EA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 99 | 234 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.08 |
| HSL | 227.65º | 0.8% | 0.58% | - |
| HSV(B) | 227.65º | 0.73% | 0.92% | - |
| XYZ | 21.43 | 15.95 | 79.79 | - |
| YUV | 103.93 | 201.4 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 234 | 0.73 | 0.58 | 0 | 0.08 | 227.65 | 0.8 | 0.58 |
| Hex | 40 | 63 | EA | 49 | 3A | 0 | 8 | E4 | 50 | 3A |
| Octal | 100 | 143 | 352 | 111 | 72 | 0 | 10 | 344 | 120 | 72 |
| Binary | 1000000 | 1100011 | 11101010 | 1001001 | 111010 | 0 | 1000 | 11100100 | 1010000 | 111010 |
Color Harmonies of #4063EA
Complementary color
Monochromatic Colors of #4063EA
Black with #4063EA
Text Example
Text Example
White with #4063EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4063EA; }
p { color: rgb(64,99,234); }
H1.HeaderClassName
{
color: #4063EA;
}
.AnyTagClassName
{
color: #4063EA;
}
</style>
background-color css
<style>
a { background-color: #4063EA; }
a { background-color: rgb(64,99,234); }
div.DivClassName
{
background-color: #4063EA;
}
.BgClassName
{
background-color: #4063EA;
}
</style>
border-color css
<style>
span { border-color: #4063EA; }
span { border-color: rgb(64,99,234); }
td.TdClassName
{
border-color: #4063EA;
}
.TagClassName
{
border-color: #4063EA;
}
</style>