Shades of Royal Blue #3E7FFA
Tints of Royal Blue #3E7FFA
RGB
CMYK
RGB Variations
Color information
#3E7FFA (or 0x3E7FFA) is known color: Royal Blue. HEX triplet: 3E, 7F and FA. RGB value is (62,127,250). Sum of RGB (Red+Green+Blue) = 62+127+250=439 (58% of max value = 765). Red value is 62 (24.61% from 255 or 14.12% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E7FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7FFA is #C18005. Grayscale: #797979. Windows color (decimal): -12681222 or 16416574. OLE color: 16416574.
HSL color Cylindrical-coordinate representation of color #3E7FFA: hue angle of 219.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E7FFA is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 127 | 250 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.02 |
| HSL | 219.26º | 0.95% | 0.61% | - |
| HSV(B) | 219.26º | 0.75% | 0.98% | - |
| XYZ | 26.83 | 23.11 | 93.49 | - |
| YUV | 121.59 | 200.47 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 250 | 0.75 | 0.49 | 0 | 0.02 | 219.26 | 0.95 | 0.61 |
| Hex | 3E | 7F | FA | 4B | 31 | 0 | 2 | DB | 5F | 3D |
| Octal | 76 | 177 | 372 | 113 | 61 | 0 | 2 | 333 | 137 | 75 |
| Binary | 111110 | 1111111 | 11111010 | 1001011 | 110001 | 0 | 10 | 11011011 | 1011111 | 111101 |
Color Harmonies of #3E7FFA
Complementary color
Monochromatic Colors of #3E7FFA
Black with #3E7FFA
Text Example
Text Example
White with #3E7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7FFA; }
p { color: rgb(62,127,250); }
H1.HeaderClassName
{
color: #3E7FFA;
}
.AnyTagClassName
{
color: #3E7FFA;
}
</style>
background-color css
<style>
a { background-color: #3E7FFA; }
a { background-color: rgb(62,127,250); }
div.DivClassName
{
background-color: #3E7FFA;
}
.BgClassName
{
background-color: #3E7FFA;
}
</style>
border-color css
<style>
span { border-color: #3E7FFA; }
span { border-color: rgb(62,127,250); }
td.TdClassName
{
border-color: #3E7FFA;
}
.TagClassName
{
border-color: #3E7FFA;
}
</style>