Shades of Royal Blue #3E80EF
Tints of Royal Blue #3E80EF
RGB
CMYK
RGB Variations
Color information
#3E80EF (or 0x3E80EF) is known color: Royal Blue. HEX triplet: 3E, 80 and EF. RGB value is (62,128,239). Sum of RGB (Red+Green+Blue) = 62+128+239=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E80EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E80EF is #C17F10. Grayscale: #787878. Windows color (decimal): -12680977 or 15695934. OLE color: 15695934.
HSL color Cylindrical-coordinate representation of color #3E80EF: hue angle of 217.63º 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 #3E80EF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 128 | 239 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.06 |
| HSL | 217.63º | 0.85% | 0.59% | - |
| HSV(B) | 217.63º | 0.74% | 0.94% | - |
| XYZ | 25.29 | 22.69 | 84.71 | - |
| YUV | 120.92 | 194.63 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 239 | 0.74 | 0.46 | 0 | 0.06 | 217.63 | 0.85 | 0.59 |
| Hex | 3E | 80 | EF | 4A | 2E | 0 | 6 | DA | 55 | 3B |
| Octal | 76 | 200 | 357 | 112 | 56 | 0 | 6 | 332 | 125 | 73 |
| Binary | 111110 | 10000000 | 11101111 | 1001010 | 101110 | 0 | 110 | 11011010 | 1010101 | 111011 |
Color Harmonies of #3E80EF
Complementary color
Monochromatic Colors of #3E80EF
Black with #3E80EF
Text Example
Text Example
White with #3E80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E80EF; }
p { color: rgb(62,128,239); }
H1.HeaderClassName
{
color: #3E80EF;
}
.AnyTagClassName
{
color: #3E80EF;
}
</style>
background-color css
<style>
a { background-color: #3E80EF; }
a { background-color: rgb(62,128,239); }
div.DivClassName
{
background-color: #3E80EF;
}
.BgClassName
{
background-color: #3E80EF;
}
</style>
border-color css
<style>
span { border-color: #3E80EF; }
span { border-color: rgb(62,128,239); }
td.TdClassName
{
border-color: #3E80EF;
}
.TagClassName
{
border-color: #3E80EF;
}
</style>