Shades of Royal Blue #4080EC
Tints of Royal Blue #4080EC
RGB
CMYK
RGB Variations
Color information
#4080EC (or 0x4080EC) is known color: Royal Blue. HEX triplet: 40, 80 and EC. RGB value is (64,128,236). Sum of RGB (Red+Green+Blue) = 64+128+236=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #4080EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080EC is #BF7F13. Grayscale: #787878. Windows color (decimal): -12549908 or 15499328. OLE color: 15499328.
HSL color Cylindrical-coordinate representation of color #4080EC: hue angle of 217.67º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4080EC is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 128 | 236 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.07 |
| HSL | 217.67º | 0.82% | 0.59% | - |
| HSV(B) | 217.67º | 0.73% | 0.93% | - |
| XYZ | 24.97 | 22.58 | 82.4 | - |
| YUV | 121.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 236 | 0.73 | 0.46 | 0 | 0.07 | 217.67 | 0.82 | 0.59 |
| Hex | 40 | 80 | EC | 49 | 2E | 0 | 7 | DA | 52 | 3B |
| Octal | 100 | 200 | 354 | 111 | 56 | 0 | 7 | 332 | 122 | 73 |
| Binary | 1000000 | 10000000 | 11101100 | 1001001 | 101110 | 0 | 111 | 11011010 | 1010010 | 111011 |
Color Harmonies of #4080EC
Complementary color
Monochromatic Colors of #4080EC
Black with #4080EC
Text Example
Text Example
White with #4080EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080EC; }
p { color: rgb(64,128,236); }
H1.HeaderClassName
{
color: #4080EC;
}
.AnyTagClassName
{
color: #4080EC;
}
</style>
background-color css
<style>
a { background-color: #4080EC; }
a { background-color: rgb(64,128,236); }
div.DivClassName
{
background-color: #4080EC;
}
.BgClassName
{
background-color: #4080EC;
}
</style>
border-color css
<style>
span { border-color: #4080EC; }
span { border-color: rgb(64,128,236); }
td.TdClassName
{
border-color: #4080EC;
}
.TagClassName
{
border-color: #4080EC;
}
</style>