Shades of Royal Blue #3A7DFC
Tints of Royal Blue #3A7DFC
RGB
CMYK
RGB Variations
Color information
#3A7DFC (or 0x3A7DFC) is known color: Royal Blue. HEX triplet: 3A, 7D and FC. RGB value is (58,125,252). Sum of RGB (Red+Green+Blue) = 58+125+252=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A7DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7DFC is #C58203. Grayscale: #767676. Windows color (decimal): -12943876 or 16547130. OLE color: 16547130.
HSL color Cylindrical-coordinate representation of color #3A7DFC: hue angle of 219.28º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A7DFC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 125 | 252 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.01 |
| HSL | 219.28º | 0.97% | 0.61% | - |
| HSV(B) | 219.28º | 0.77% | 0.99% | - |
| XYZ | 26.65 | 22.6 | 95.05 | - |
| YUV | 119.45 | 202.8 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 252 | 0.77 | 0.50 | 0 | 0.01 | 219.28 | 0.97 | 0.61 |
| Hex | 3A | 7D | FC | 4D | 32 | 0 | 1 | DB | 61 | 3D |
| Octal | 72 | 175 | 374 | 115 | 62 | 0 | 1 | 333 | 141 | 75 |
| Binary | 111010 | 1111101 | 11111100 | 1001101 | 110010 | 0 | 1 | 11011011 | 1100001 | 111101 |
Color Harmonies of #3A7DFC
Complementary color
Monochromatic Colors of #3A7DFC
Black with #3A7DFC
Text Example
Text Example
White with #3A7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DFC; }
p { color: rgb(58,125,252); }
H1.HeaderClassName
{
color: #3A7DFC;
}
.AnyTagClassName
{
color: #3A7DFC;
}
</style>
background-color css
<style>
a { background-color: #3A7DFC; }
a { background-color: rgb(58,125,252); }
div.DivClassName
{
background-color: #3A7DFC;
}
.BgClassName
{
background-color: #3A7DFC;
}
</style>
border-color css
<style>
span { border-color: #3A7DFC; }
span { border-color: rgb(58,125,252); }
td.TdClassName
{
border-color: #3A7DFC;
}
.TagClassName
{
border-color: #3A7DFC;
}
</style>