Shades of Royal Blue #3E7DEE
Tints of Royal Blue #3E7DEE
RGB
CMYK
RGB Variations
Color information
#3E7DEE (or 0x3E7DEE) is known color: Royal Blue. HEX triplet: 3E, 7D and EE. RGB value is (62,125,238). Sum of RGB (Red+Green+Blue) = 62+125+238=425 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E7DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7DEE is #C18211. Grayscale: #767676. Windows color (decimal): -12681746 or 15629630. OLE color: 15629630.
HSL color Cylindrical-coordinate representation of color #3E7DEE: hue angle of 218.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E7DEE is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 125 | 238 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.07 |
| HSL | 218.52º | 0.84% | 0.59% | - |
| HSV(B) | 218.52º | 0.74% | 0.93% | - |
| XYZ | 24.75 | 21.86 | 83.8 | - |
| YUV | 119.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 238 | 0.74 | 0.47 | 0 | 0.07 | 218.52 | 0.84 | 0.59 |
| Hex | 3E | 7D | EE | 4A | 2F | 0 | 7 | DB | 54 | 3B |
| Octal | 76 | 175 | 356 | 112 | 57 | 0 | 7 | 333 | 124 | 73 |
| Binary | 111110 | 1111101 | 11101110 | 1001010 | 101111 | 0 | 111 | 11011011 | 1010100 | 111011 |
Color Harmonies of #3E7DEE
Complementary color
Monochromatic Colors of #3E7DEE
Black with #3E7DEE
Text Example
Text Example
White with #3E7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7DEE; }
p { color: rgb(62,125,238); }
H1.HeaderClassName
{
color: #3E7DEE;
}
.AnyTagClassName
{
color: #3E7DEE;
}
</style>
background-color css
<style>
a { background-color: #3E7DEE; }
a { background-color: rgb(62,125,238); }
div.DivClassName
{
background-color: #3E7DEE;
}
.BgClassName
{
background-color: #3E7DEE;
}
</style>
border-color css
<style>
span { border-color: #3E7DEE; }
span { border-color: rgb(62,125,238); }
td.TdClassName
{
border-color: #3E7DEE;
}
.TagClassName
{
border-color: #3E7DEE;
}
</style>