Shades of Royal Blue #3C70FB
Tints of Royal Blue #3C70FB
RGB
CMYK
RGB Variations
Color information
#3C70FB (or 0x3C70FB) is known color: Royal Blue. HEX triplet: 3C, 70 and FB. RGB value is (60,112,251). Sum of RGB (Red+Green+Blue) = 60+112+251=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C70FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C70FB is #C38F04. Grayscale: #6F6F6F. Windows color (decimal): -12816133 or 16478268. OLE color: 16478268.
HSL color Cylindrical-coordinate representation of color #3C70FB: hue angle of 223.66º degrees, saturation: 0.96, 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 #3C70FB is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 112 | 251 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.02 |
| HSL | 223.66º | 0.96% | 0.61% | - |
| HSV(B) | 223.66º | 0.76% | 0.98% | - |
| XYZ | 25.07 | 19.51 | 93.71 | - |
| YUV | 112.3 | 206.27 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 251 | 0.76 | 0.55 | 0 | 0.02 | 223.66 | 0.96 | 0.61 |
| Hex | 3C | 70 | FB | 4C | 37 | 0 | 2 | E0 | 60 | 3D |
| Octal | 74 | 160 | 373 | 114 | 67 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111100 | 1110000 | 11111011 | 1001100 | 110111 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3C70FB
Complementary color
Monochromatic Colors of #3C70FB
Black with #3C70FB
Text Example
Text Example
White with #3C70FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C70FB; }
p { color: rgb(60,112,251); }
H1.HeaderClassName
{
color: #3C70FB;
}
.AnyTagClassName
{
color: #3C70FB;
}
</style>
background-color css
<style>
a { background-color: #3C70FB; }
a { background-color: rgb(60,112,251); }
div.DivClassName
{
background-color: #3C70FB;
}
.BgClassName
{
background-color: #3C70FB;
}
</style>
border-color css
<style>
span { border-color: #3C70FB; }
span { border-color: rgb(60,112,251); }
td.TdClassName
{
border-color: #3C70FB;
}
.TagClassName
{
border-color: #3C70FB;
}
</style>