Shades of Royal Blue #4080EA
Tints of Royal Blue #4080EA
RGB
CMYK
RGB Variations
Color information
#4080EA (or 0x4080EA) is known color: Royal Blue. HEX triplet: 40, 80 and EA. RGB value is (64,128,234). Sum of RGB (Red+Green+Blue) = 64+128+234=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #4080EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080EA is #BF7F15. Grayscale: #787878. Windows color (decimal): -12549910 or 15368256. OLE color: 15368256.
HSL color Cylindrical-coordinate representation of color #4080EA: hue angle of 217.41º 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 #4080EA is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 128 | 234 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.08 |
| HSL | 217.41º | 0.8% | 0.58% | - |
| HSV(B) | 217.41º | 0.73% | 0.92% | - |
| XYZ | 24.68 | 22.47 | 80.88 | - |
| YUV | 120.95 | 191.8 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 234 | 0.73 | 0.45 | 0 | 0.08 | 217.41 | 0.8 | 0.58 |
| Hex | 40 | 80 | EA | 49 | 2D | 0 | 8 | D9 | 50 | 3A |
| Octal | 100 | 200 | 352 | 111 | 55 | 0 | 10 | 331 | 120 | 72 |
| Binary | 1000000 | 10000000 | 11101010 | 1001001 | 101101 | 0 | 1000 | 11011001 | 1010000 | 111010 |
Color Harmonies of #4080EA
Complementary color
Monochromatic Colors of #4080EA
Black with #4080EA
Text Example
Text Example
White with #4080EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080EA; }
p { color: rgb(64,128,234); }
H1.HeaderClassName
{
color: #4080EA;
}
.AnyTagClassName
{
color: #4080EA;
}
</style>
background-color css
<style>
a { background-color: #4080EA; }
a { background-color: rgb(64,128,234); }
div.DivClassName
{
background-color: #4080EA;
}
.BgClassName
{
background-color: #4080EA;
}
</style>
border-color css
<style>
span { border-color: #4080EA; }
span { border-color: rgb(64,128,234); }
td.TdClassName
{
border-color: #4080EA;
}
.TagClassName
{
border-color: #4080EA;
}
</style>