Shades of Royal Blue #4079EA
Tints of Royal Blue #4079EA
RGB
CMYK
RGB Variations
Color information
#4079EA (or 0x4079EA) is known color: Royal Blue. HEX triplet: 40, 79 and EA. RGB value is (64,121,234). Sum of RGB (Red+Green+Blue) = 64+121+234=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #4079EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4079EA is #BF8615. Grayscale: #747474. Windows color (decimal): -12551702 or 15366464. OLE color: 15366464.
HSL color Cylindrical-coordinate representation of color #4079EA: hue angle of 219.88º 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 #4079EA is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 121 | 234 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.08 |
| HSL | 219.88º | 0.8% | 0.58% | - |
| HSV(B) | 219.88º | 0.73% | 0.92% | - |
| XYZ | 23.8 | 20.71 | 80.58 | - |
| YUV | 116.84 | 194.12 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 234 | 0.73 | 0.48 | 0 | 0.08 | 219.88 | 0.8 | 0.58 |
| Hex | 40 | 79 | EA | 49 | 30 | 0 | 8 | DC | 50 | 3A |
| Octal | 100 | 171 | 352 | 111 | 60 | 0 | 10 | 334 | 120 | 72 |
| Binary | 1000000 | 1111001 | 11101010 | 1001001 | 110000 | 0 | 1000 | 11011100 | 1010000 | 111010 |
Color Harmonies of #4079EA
Complementary color
Monochromatic Colors of #4079EA
Black with #4079EA
Text Example
Text Example
White with #4079EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079EA; }
p { color: rgb(64,121,234); }
H1.HeaderClassName
{
color: #4079EA;
}
.AnyTagClassName
{
color: #4079EA;
}
</style>
background-color css
<style>
a { background-color: #4079EA; }
a { background-color: rgb(64,121,234); }
div.DivClassName
{
background-color: #4079EA;
}
.BgClassName
{
background-color: #4079EA;
}
</style>
border-color css
<style>
span { border-color: #4079EA; }
span { border-color: rgb(64,121,234); }
td.TdClassName
{
border-color: #4079EA;
}
.TagClassName
{
border-color: #4079EA;
}
</style>