Shades of Royal Blue #4080FE
Tints of Royal Blue #4080FE
RGB
CMYK
RGB Variations
Color information
#4080FE (or 0x4080FE) is known color: Royal Blue. HEX triplet: 40, 80 and FE. RGB value is (64,128,254). Sum of RGB (Red+Green+Blue) = 64+128+254=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #4080FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080FE is #BF7F01. Grayscale: #7A7A7A. Windows color (decimal): -12549890 or 16678976. OLE color: 16678976.
HSL color Cylindrical-coordinate representation of color #4080FE: hue angle of 219.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4080FE is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 128 | 254 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.00 |
| HSL | 219.79º | 0.99% | 0.62% | - |
| HSV(B) | 219.79º | 0.75% | 1% | - |
| XYZ | 27.72 | 23.68 | 96.88 | - |
| YUV | 123.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 254 | 0.75 | 0.50 | 0 | 0.00 | 219.79 | 0.99 | 0.62 |
| Hex | 40 | 80 | FE | 4B | 32 | 0 | 0 | DC | 63 | 3E |
| Octal | 100 | 200 | 376 | 113 | 62 | 0 | 0 | 334 | 143 | 76 |
| Binary | 1000000 | 10000000 | 11111110 | 1001011 | 110010 | 0 | 0 | 11011100 | 1100011 | 111110 |
Color Harmonies of #4080FE
Complementary color
Monochromatic Colors of #4080FE
Black with #4080FE
Text Example
Text Example
White with #4080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080FE; }
p { color: rgb(64,128,254); }
H1.HeaderClassName
{
color: #4080FE;
}
.AnyTagClassName
{
color: #4080FE;
}
</style>
background-color css
<style>
a { background-color: #4080FE; }
a { background-color: rgb(64,128,254); }
div.DivClassName
{
background-color: #4080FE;
}
.BgClassName
{
background-color: #4080FE;
}
</style>
border-color css
<style>
span { border-color: #4080FE; }
span { border-color: rgb(64,128,254); }
td.TdClassName
{
border-color: #4080FE;
}
.TagClassName
{
border-color: #4080FE;
}
</style>