Shades of Royal Blue #3E84DB
Tints of Royal Blue #3E84DB
RGB
CMYK
RGB Variations
Color information
#3E84DB (or 0x3E84DB) is known color: Royal Blue. HEX triplet: 3E, 84 and DB. RGB value is (62,132,219). Sum of RGB (Red+Green+Blue) = 62+132+219=413 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.01% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E84DB is #C17B24. Grayscale: #787878. Windows color (decimal): -12679973 or 14386238. OLE color: 14386238.
HSL color Cylindrical-coordinate representation of color #3E84DB: hue angle of 213.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E84DB is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 132 | 219 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.14 |
| HSL | 213.25º | 0.69% | 0.55% | - |
| HSV(B) | 213.25º | 0.72% | 0.86% | - |
| XYZ | 23.02 | 22.64 | 70.17 | - |
| YUV | 120.99 | 183.31 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 219 | 0.72 | 0.40 | 0 | 0.14 | 213.25 | 0.69 | 0.55 |
| Hex | 3E | 84 | DB | 48 | 28 | 0 | E | D5 | 45 | 37 |
| Octal | 76 | 204 | 333 | 110 | 50 | 0 | 16 | 325 | 105 | 67 |
| Binary | 111110 | 10000100 | 11011011 | 1001000 | 101000 | 0 | 1110 | 11010101 | 1000101 | 110111 |
Color Harmonies of #3E84DB
Complementary color
Monochromatic Colors of #3E84DB
Black with #3E84DB
Text Example
Text Example
White with #3E84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E84DB; }
p { color: rgb(62,132,219); }
H1.HeaderClassName
{
color: #3E84DB;
}
.AnyTagClassName
{
color: #3E84DB;
}
</style>
background-color css
<style>
a { background-color: #3E84DB; }
a { background-color: rgb(62,132,219); }
div.DivClassName
{
background-color: #3E84DB;
}
.BgClassName
{
background-color: #3E84DB;
}
</style>
border-color css
<style>
span { border-color: #3E84DB; }
span { border-color: rgb(62,132,219); }
td.TdClassName
{
border-color: #3E84DB;
}
.TagClassName
{
border-color: #3E84DB;
}
</style>