Shades of Royal Blue #4080FB
Tints of Royal Blue #4080FB
RGB
CMYK
RGB Variations
Color information
#4080FB (or 0x4080FB) is known color: Royal Blue. HEX triplet: 40, 80 and FB. RGB value is (64,128,251). Sum of RGB (Red+Green+Blue) = 64+128+251=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #4080FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4080FB is #BF7F04. Grayscale: #7A7A7A. Windows color (decimal): -12549893 or 16482368. OLE color: 16482368.
HSL color Cylindrical-coordinate representation of color #4080FB: hue angle of 219.47º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4080FB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 128 | 251 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.02 |
| HSL | 219.47º | 0.96% | 0.62% | - |
| HSV(B) | 219.47º | 0.75% | 0.98% | - |
| XYZ | 27.25 | 23.49 | 94.37 | - |
| YUV | 122.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 251 | 0.75 | 0.49 | 0 | 0.02 | 219.47 | 0.96 | 0.62 |
| Hex | 40 | 80 | FB | 4B | 31 | 0 | 2 | DB | 60 | 3E |
| Octal | 100 | 200 | 373 | 113 | 61 | 0 | 2 | 333 | 140 | 76 |
| Binary | 1000000 | 10000000 | 11111011 | 1001011 | 110001 | 0 | 10 | 11011011 | 1100000 | 111110 |
Color Harmonies of #4080FB
Complementary color
Monochromatic Colors of #4080FB
Black with #4080FB
Text Example
Text Example
White with #4080FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080FB; }
p { color: rgb(64,128,251); }
H1.HeaderClassName
{
color: #4080FB;
}
.AnyTagClassName
{
color: #4080FB;
}
</style>
background-color css
<style>
a { background-color: #4080FB; }
a { background-color: rgb(64,128,251); }
div.DivClassName
{
background-color: #4080FB;
}
.BgClassName
{
background-color: #4080FB;
}
</style>
border-color css
<style>
span { border-color: #4080FB; }
span { border-color: rgb(64,128,251); }
td.TdClassName
{
border-color: #4080FB;
}
.TagClassName
{
border-color: #4080FB;
}
</style>