Shades of Royal Blue #3E82EF
Tints of Royal Blue #3E82EF
RGB
CMYK
RGB Variations
Color information
#3E82EF (or 0x3E82EF) is known color: Royal Blue. HEX triplet: 3E, 82 and EF. RGB value is (62,130,239). Sum of RGB (Red+Green+Blue) = 62+130+239=431 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.39% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E82EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E82EF is #C17D10. Grayscale: #797979. Windows color (decimal): -12680465 or 15696446. OLE color: 15696446.
HSL color Cylindrical-coordinate representation of color #3E82EF: hue angle of 216.95º 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 #3E82EF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 130 | 239 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.06 |
| HSL | 216.95º | 0.85% | 0.59% | - |
| HSV(B) | 216.95º | 0.74% | 0.94% | - |
| XYZ | 25.55 | 23.22 | 84.8 | - |
| YUV | 122.09 | 193.97 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 239 | 0.74 | 0.46 | 0 | 0.06 | 216.95 | 0.85 | 0.59 |
| Hex | 3E | 82 | EF | 4A | 2E | 0 | 6 | D9 | 55 | 3B |
| Octal | 76 | 202 | 357 | 112 | 56 | 0 | 6 | 331 | 125 | 73 |
| Binary | 111110 | 10000010 | 11101111 | 1001010 | 101110 | 0 | 110 | 11011001 | 1010101 | 111011 |
Color Harmonies of #3E82EF
Complementary color
Monochromatic Colors of #3E82EF
Black with #3E82EF
Text Example
Text Example
White with #3E82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E82EF; }
p { color: rgb(62,130,239); }
H1.HeaderClassName
{
color: #3E82EF;
}
.AnyTagClassName
{
color: #3E82EF;
}
</style>
background-color css
<style>
a { background-color: #3E82EF; }
a { background-color: rgb(62,130,239); }
div.DivClassName
{
background-color: #3E82EF;
}
.BgClassName
{
background-color: #3E82EF;
}
</style>
border-color css
<style>
span { border-color: #3E82EF; }
span { border-color: rgb(62,130,239); }
td.TdClassName
{
border-color: #3E82EF;
}
.TagClassName
{
border-color: #3E82EF;
}
</style>