Shades of Royal Blue #3A7EFA
Tints of Royal Blue #3A7EFA
RGB
CMYK
RGB Variations
Color information
#3A7EFA (or 0x3A7EFA) is known color: Royal Blue. HEX triplet: 3A, 7E and FA. RGB value is (58,126,250). Sum of RGB (Red+Green+Blue) = 58+126+250=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A7EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7EFA is #C58105. Grayscale: #777777. Windows color (decimal): -12943622 or 16416314. OLE color: 16416314.
HSL color Cylindrical-coordinate representation of color #3A7EFA: hue angle of 218.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7EFA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 126 | 250 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.02 |
| HSL | 218.75º | 0.95% | 0.6% | - |
| HSV(B) | 218.75º | 0.77% | 0.98% | - |
| XYZ | 26.46 | 22.72 | 93.43 | - |
| YUV | 119.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 250 | 0.77 | 0.50 | 0 | 0.02 | 218.75 | 0.95 | 0.6 |
| Hex | 3A | 7E | FA | 4D | 32 | 0 | 2 | DB | 5F | 3C |
| Octal | 72 | 176 | 372 | 115 | 62 | 0 | 2 | 333 | 137 | 74 |
| Binary | 111010 | 1111110 | 11111010 | 1001101 | 110010 | 0 | 10 | 11011011 | 1011111 | 111100 |
Color Harmonies of #3A7EFA
Complementary color
Monochromatic Colors of #3A7EFA
Black with #3A7EFA
Text Example
Text Example
White with #3A7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7EFA; }
p { color: rgb(58,126,250); }
H1.HeaderClassName
{
color: #3A7EFA;
}
.AnyTagClassName
{
color: #3A7EFA;
}
</style>
background-color css
<style>
a { background-color: #3A7EFA; }
a { background-color: rgb(58,126,250); }
div.DivClassName
{
background-color: #3A7EFA;
}
.BgClassName
{
background-color: #3A7EFA;
}
</style>
border-color css
<style>
span { border-color: #3A7EFA; }
span { border-color: rgb(58,126,250); }
td.TdClassName
{
border-color: #3A7EFA;
}
.TagClassName
{
border-color: #3A7EFA;
}
</style>