Shades of Royal Blue #3A7DFB
Tints of Royal Blue #3A7DFB
RGB
CMYK
RGB Variations
Color information
#3A7DFB (or 0x3A7DFB) is known color: Royal Blue. HEX triplet: 3A, 7D and FB. RGB value is (58,125,251). Sum of RGB (Red+Green+Blue) = 58+125+251=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A7DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7DFB is #C58204. Grayscale: #767676. Windows color (decimal): -12943877 or 16481594. OLE color: 16481594.
HSL color Cylindrical-coordinate representation of color #3A7DFB: hue angle of 219.17º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7DFB is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 125 | 251 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.02 |
| HSL | 219.17º | 0.96% | 0.61% | - |
| HSV(B) | 219.17º | 0.77% | 0.98% | - |
| XYZ | 26.49 | 22.53 | 94.22 | - |
| YUV | 119.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 251 | 0.77 | 0.50 | 0 | 0.02 | 219.17 | 0.96 | 0.61 |
| Hex | 3A | 7D | FB | 4D | 32 | 0 | 2 | DB | 60 | 3D |
| Octal | 72 | 175 | 373 | 115 | 62 | 0 | 2 | 333 | 140 | 75 |
| Binary | 111010 | 1111101 | 11111011 | 1001101 | 110010 | 0 | 10 | 11011011 | 1100000 | 111101 |
Color Harmonies of #3A7DFB
Complementary color
Monochromatic Colors of #3A7DFB
Black with #3A7DFB
Text Example
Text Example
White with #3A7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DFB; }
p { color: rgb(58,125,251); }
H1.HeaderClassName
{
color: #3A7DFB;
}
.AnyTagClassName
{
color: #3A7DFB;
}
</style>
background-color css
<style>
a { background-color: #3A7DFB; }
a { background-color: rgb(58,125,251); }
div.DivClassName
{
background-color: #3A7DFB;
}
.BgClassName
{
background-color: #3A7DFB;
}
</style>
border-color css
<style>
span { border-color: #3A7DFB; }
span { border-color: rgb(58,125,251); }
td.TdClassName
{
border-color: #3A7DFB;
}
.TagClassName
{
border-color: #3A7DFB;
}
</style>