Shades of Royal Blue #3F80FF
Tints of Royal Blue #3F80FF
RGB
CMYK
RGB Variations
Color information
#3F80FF (or 0x3F80FF) is known color: Royal Blue. HEX triplet: 3F, 80 and FF. RGB value is (63,128,255). Sum of RGB (Red+Green+Blue) = 63+128+255=446 (59% of max value = 765). Red value is 63 (25% from 255 or 14.13% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F80FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F80FF is #C07F00. Grayscale: #7A7A7A. Windows color (decimal): -12615425 or 16744511. OLE color: 16744511.
HSL color Cylindrical-coordinate representation of color #3F80FF: hue angle of 219.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F80FF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 128 | 255 | - |
| CMYK | 0.75 | 0.50 | 0 | 0 |
| HSL | 219.69º | 1% | 0.62% | - |
| HSV(B) | 219.69º | 0.75% | 1% | - |
| XYZ | 27.82 | 23.72 | 97.72 | - |
| YUV | 123.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 255 | 0.75 | 0.50 | 0 | 0 | 219.69 | 1 | 0.62 |
| Hex | 3F | 80 | FF | 4B | 32 | 0 | 0 | DC | 64 | 3E |
| Octal | 77 | 200 | 377 | 113 | 62 | 0 | 0 | 334 | 144 | 76 |
| Binary | 111111 | 10000000 | 11111111 | 1001011 | 110010 | 0 | 0 | 11011100 | 1100100 | 111110 |
Color Harmonies of #3F80FF
Complementary color
Monochromatic Colors of #3F80FF
Black with #3F80FF
Text Example
Text Example
White with #3F80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F80FF; }
p { color: rgb(63,128,255); }
H1.HeaderClassName
{
color: #3F80FF;
}
.AnyTagClassName
{
color: #3F80FF;
}
</style>
background-color css
<style>
a { background-color: #3F80FF; }
a { background-color: rgb(63,128,255); }
div.DivClassName
{
background-color: #3F80FF;
}
.BgClassName
{
background-color: #3F80FF;
}
</style>
border-color css
<style>
span { border-color: #3F80FF; }
span { border-color: rgb(63,128,255); }
td.TdClassName
{
border-color: #3F80FF;
}
.TagClassName
{
border-color: #3F80FF;
}
</style>