Shades of Royal Blue #3F84EB
Tints of Royal Blue #3F84EB
RGB
CMYK
RGB Variations
Color information
#3F84EB (or 0x3F84EB) is known color: Royal Blue. HEX triplet: 3F, 84 and EB. RGB value is (63,132,235). Sum of RGB (Red+Green+Blue) = 63+132+235=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F84EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F84EB is #C07B14. Grayscale: #7A7A7A. Windows color (decimal): -12614421 or 15434815. OLE color: 15434815.
HSL color Cylindrical-coordinate representation of color #3F84EB: hue angle of 215.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F84EB is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 132 | 235 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.08 |
| HSL | 215.93º | 0.81% | 0.58% | - |
| HSV(B) | 215.93º | 0.73% | 0.92% | - |
| XYZ | 25.3 | 23.56 | 81.81 | - |
| YUV | 123.11 | 191.14 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 235 | 0.73 | 0.44 | 0 | 0.08 | 215.93 | 0.81 | 0.58 |
| Hex | 3F | 84 | EB | 49 | 2C | 0 | 8 | D8 | 51 | 3A |
| Octal | 77 | 204 | 353 | 111 | 54 | 0 | 10 | 330 | 121 | 72 |
| Binary | 111111 | 10000100 | 11101011 | 1001001 | 101100 | 0 | 1000 | 11011000 | 1010001 | 111010 |
Color Harmonies of #3F84EB
Complementary color
Monochromatic Colors of #3F84EB
Black with #3F84EB
Text Example
Text Example
White with #3F84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F84EB; }
p { color: rgb(63,132,235); }
H1.HeaderClassName
{
color: #3F84EB;
}
.AnyTagClassName
{
color: #3F84EB;
}
</style>
background-color css
<style>
a { background-color: #3F84EB; }
a { background-color: rgb(63,132,235); }
div.DivClassName
{
background-color: #3F84EB;
}
.BgClassName
{
background-color: #3F84EB;
}
</style>
border-color css
<style>
span { border-color: #3F84EB; }
span { border-color: rgb(63,132,235); }
td.TdClassName
{
border-color: #3F84EB;
}
.TagClassName
{
border-color: #3F84EB;
}
</style>