Shades of Royal Blue #4079F5
Tints of Royal Blue #4079F5
RGB
CMYK
RGB Variations
Color information
#4079F5 (or 0x4079F5) is known color: Royal Blue. HEX triplet: 40, 79 and F5. RGB value is (64,121,245). Sum of RGB (Red+Green+Blue) = 64+121+245=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #4079F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4079F5 is #BF860A. Grayscale: #757575. Windows color (decimal): -12551691 or 16087360. OLE color: 16087360.
HSL color Cylindrical-coordinate representation of color #4079F5: hue angle of 221.1º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4079F5 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 121 | 245 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.04 |
| HSL | 221.11º | 0.9% | 0.61% | - |
| HSV(B) | 221.11º | 0.74% | 0.96% | - |
| XYZ | 25.43 | 21.36 | 89.17 | - |
| YUV | 118.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 245 | 0.74 | 0.51 | 0 | 0.04 | 221.11 | 0.9 | 0.61 |
| Hex | 40 | 79 | F5 | 4A | 33 | 0 | 4 | DD | 5A | 3D |
| Octal | 100 | 171 | 365 | 112 | 63 | 0 | 4 | 335 | 132 | 75 |
| Binary | 1000000 | 1111001 | 11110101 | 1001010 | 110011 | 0 | 100 | 11011101 | 1011010 | 111101 |
Color Harmonies of #4079F5
Complementary color
Monochromatic Colors of #4079F5
Black with #4079F5
Text Example
Text Example
White with #4079F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079F5; }
p { color: rgb(64,121,245); }
H1.HeaderClassName
{
color: #4079F5;
}
.AnyTagClassName
{
color: #4079F5;
}
</style>
background-color css
<style>
a { background-color: #4079F5; }
a { background-color: rgb(64,121,245); }
div.DivClassName
{
background-color: #4079F5;
}
.BgClassName
{
background-color: #4079F5;
}
</style>
border-color css
<style>
span { border-color: #4079F5; }
span { border-color: rgb(64,121,245); }
td.TdClassName
{
border-color: #4079F5;
}
.TagClassName
{
border-color: #4079F5;
}
</style>