Shades of Royal Blue #3F80EF
Tints of Royal Blue #3F80EF
RGB
CMYK
RGB Variations
Color information
#3F80EF (or 0x3F80EF) is known color: Royal Blue. HEX triplet: 3F, 80 and EF. RGB value is (63,128,239). Sum of RGB (Red+Green+Blue) = 63+128+239=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F80EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F80EF is #C07F10. Grayscale: #787878. Windows color (decimal): -12615441 or 15695935. OLE color: 15695935.
HSL color Cylindrical-coordinate representation of color #3F80EF: hue angle of 217.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F80EF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 128 | 239 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.06 |
| HSL | 217.84º | 0.85% | 0.59% | - |
| HSV(B) | 217.84º | 0.74% | 0.94% | - |
| XYZ | 25.35 | 22.73 | 84.71 | - |
| YUV | 121.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 239 | 0.74 | 0.46 | 0 | 0.06 | 217.84 | 0.85 | 0.59 |
| Hex | 3F | 80 | EF | 4A | 2E | 0 | 6 | DA | 55 | 3B |
| Octal | 77 | 200 | 357 | 112 | 56 | 0 | 6 | 332 | 125 | 73 |
| Binary | 111111 | 10000000 | 11101111 | 1001010 | 101110 | 0 | 110 | 11011010 | 1010101 | 111011 |
Color Harmonies of #3F80EF
Complementary color
Monochromatic Colors of #3F80EF
Black with #3F80EF
Text Example
Text Example
White with #3F80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F80EF; }
p { color: rgb(63,128,239); }
H1.HeaderClassName
{
color: #3F80EF;
}
.AnyTagClassName
{
color: #3F80EF;
}
</style>
background-color css
<style>
a { background-color: #3F80EF; }
a { background-color: rgb(63,128,239); }
div.DivClassName
{
background-color: #3F80EF;
}
.BgClassName
{
background-color: #3F80EF;
}
</style>
border-color css
<style>
span { border-color: #3F80EF; }
span { border-color: rgb(63,128,239); }
td.TdClassName
{
border-color: #3F80EF;
}
.TagClassName
{
border-color: #3F80EF;
}
</style>