Shades of Royal Blue #4079CF
Tints of Royal Blue #4079CF
RGB
CMYK
RGB Variations
Color information
#4079CF (or 0x4079CF) is known color: Royal Blue. HEX triplet: 40, 79 and CF. RGB value is (64,121,207). Sum of RGB (Red+Green+Blue) = 64+121+207=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #4079CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079CF is #BF8630. Grayscale: #717171. Windows color (decimal): -12551729 or 13596992. OLE color: 13596992.
HSL color Cylindrical-coordinate representation of color #4079CF: hue angle of 216.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4079CF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 121 | 207 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.19 |
| HSL | 216.08º | 0.6% | 0.53% | - |
| HSV(B) | 216.08º | 0.69% | 0.81% | - |
| XYZ | 20.21 | 19.27 | 61.69 | - |
| YUV | 113.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 207 | 0.69 | 0.42 | 0 | 0.19 | 216.08 | 0.6 | 0.53 |
| Hex | 40 | 79 | CF | 45 | 2A | 0 | 13 | D8 | 3C | 35 |
| Octal | 100 | 171 | 317 | 105 | 52 | 0 | 23 | 330 | 74 | 65 |
| Binary | 1000000 | 1111001 | 11001111 | 1000101 | 101010 | 0 | 10011 | 11011000 | 111100 | 110101 |
Color Harmonies of #4079CF
Complementary color
Monochromatic Colors of #4079CF
Black with #4079CF
Text Example
Text Example
White with #4079CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079CF; }
p { color: rgb(64,121,207); }
H1.HeaderClassName
{
color: #4079CF;
}
.AnyTagClassName
{
color: #4079CF;
}
</style>
background-color css
<style>
a { background-color: #4079CF; }
a { background-color: rgb(64,121,207); }
div.DivClassName
{
background-color: #4079CF;
}
.BgClassName
{
background-color: #4079CF;
}
</style>
border-color css
<style>
span { border-color: #4079CF; }
span { border-color: rgb(64,121,207); }
td.TdClassName
{
border-color: #4079CF;
}
.TagClassName
{
border-color: #4079CF;
}
</style>