Shades of Royal Blue #4080FC
Tints of Royal Blue #4080FC
RGB
CMYK
RGB Variations
Color information
#4080FC (or 0x4080FC) is known color: Royal Blue. HEX triplet: 40, 80 and FC. RGB value is (64,128,252). Sum of RGB (Red+Green+Blue) = 64+128+252=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #4080FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080FC is #BF7F03. Grayscale: #7A7A7A. Windows color (decimal): -12549892 or 16547904. OLE color: 16547904.
HSL color Cylindrical-coordinate representation of color #4080FC: hue angle of 219.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4080FC is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 128 | 252 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.01 |
| HSL | 219.57º | 0.97% | 0.62% | - |
| HSV(B) | 219.57º | 0.75% | 0.99% | - |
| XYZ | 27.4 | 23.56 | 95.2 | - |
| YUV | 123 | 200.8 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 252 | 0.75 | 0.49 | 0 | 0.01 | 219.57 | 0.97 | 0.62 |
| Hex | 40 | 80 | FC | 4B | 31 | 0 | 1 | DC | 61 | 3E |
| Octal | 100 | 200 | 374 | 113 | 61 | 0 | 1 | 334 | 141 | 76 |
| Binary | 1000000 | 10000000 | 11111100 | 1001011 | 110001 | 0 | 1 | 11011100 | 1100001 | 111110 |
Color Harmonies of #4080FC
Complementary color
Monochromatic Colors of #4080FC
Black with #4080FC
Text Example
Text Example
White with #4080FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080FC; }
p { color: rgb(64,128,252); }
H1.HeaderClassName
{
color: #4080FC;
}
.AnyTagClassName
{
color: #4080FC;
}
</style>
background-color css
<style>
a { background-color: #4080FC; }
a { background-color: rgb(64,128,252); }
div.DivClassName
{
background-color: #4080FC;
}
.BgClassName
{
background-color: #4080FC;
}
</style>
border-color css
<style>
span { border-color: #4080FC; }
span { border-color: rgb(64,128,252); }
td.TdClassName
{
border-color: #4080FC;
}
.TagClassName
{
border-color: #4080FC;
}
</style>