Shades of Royal Blue #3C7DFA
Tints of Royal Blue #3C7DFA
RGB
CMYK
RGB Variations
Color information
#3C7DFA (or 0x3C7DFA) is known color: Royal Blue. HEX triplet: 3C, 7D and FA. RGB value is (60,125,250). Sum of RGB (Red+Green+Blue) = 60+125+250=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C7DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7DFA is #C38205. Grayscale: #777777. Windows color (decimal): -12812806 or 16416060. OLE color: 16416060.
HSL color Cylindrical-coordinate representation of color #3C7DFA: hue angle of 219.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C7DFA is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 125 | 250 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.02 |
| HSL | 219.47º | 0.95% | 0.61% | - |
| HSV(B) | 219.47º | 0.76% | 0.98% | - |
| XYZ | 26.45 | 22.53 | 93.4 | - |
| YUV | 119.82 | 201.47 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 250 | 0.76 | 0.50 | 0 | 0.02 | 219.47 | 0.95 | 0.61 |
| Hex | 3C | 7D | FA | 4C | 32 | 0 | 2 | DB | 5F | 3D |
| Octal | 74 | 175 | 372 | 114 | 62 | 0 | 2 | 333 | 137 | 75 |
| Binary | 111100 | 1111101 | 11111010 | 1001100 | 110010 | 0 | 10 | 11011011 | 1011111 | 111101 |
Color Harmonies of #3C7DFA
Complementary color
Monochromatic Colors of #3C7DFA
Black with #3C7DFA
Text Example
Text Example
White with #3C7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7DFA; }
p { color: rgb(60,125,250); }
H1.HeaderClassName
{
color: #3C7DFA;
}
.AnyTagClassName
{
color: #3C7DFA;
}
</style>
background-color css
<style>
a { background-color: #3C7DFA; }
a { background-color: rgb(60,125,250); }
div.DivClassName
{
background-color: #3C7DFA;
}
.BgClassName
{
background-color: #3C7DFA;
}
</style>
border-color css
<style>
span { border-color: #3C7DFA; }
span { border-color: rgb(60,125,250); }
td.TdClassName
{
border-color: #3C7DFA;
}
.TagClassName
{
border-color: #3C7DFA;
}
</style>