Shades of Royal Blue #3C7BFB
Tints of Royal Blue #3C7BFB
RGB
CMYK
RGB Variations
Color information
#3C7BFB (or 0x3C7BFB) is known color: Royal Blue. HEX triplet: 3C, 7B and FB. RGB value is (60,123,251). Sum of RGB (Red+Green+Blue) = 60+123+251=434 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.82% from 434); Green value is 123 (48.44% from 255 or 28.34% 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 #3C7BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7BFB is #C38404. Grayscale: #767676. Windows color (decimal): -12813317 or 16481084. OLE color: 16481084.
HSL color Cylindrical-coordinate representation of color #3C7BFB: hue angle of 220.21º 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 #3C7BFB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 123 | 251 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.02 |
| HSL | 220.21º | 0.96% | 0.61% | - |
| HSV(B) | 220.21º | 0.76% | 0.98% | - |
| XYZ | 26.36 | 22.09 | 94.14 | - |
| YUV | 118.76 | 202.63 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 251 | 0.76 | 0.51 | 0 | 0.02 | 220.21 | 0.96 | 0.61 |
| Hex | 3C | 7B | FB | 4C | 33 | 0 | 2 | DC | 60 | 3D |
| Octal | 74 | 173 | 373 | 114 | 63 | 0 | 2 | 334 | 140 | 75 |
| Binary | 111100 | 1111011 | 11111011 | 1001100 | 110011 | 0 | 10 | 11011100 | 1100000 | 111101 |
Color Harmonies of #3C7BFB
Complementary color
Monochromatic Colors of #3C7BFB
Black with #3C7BFB
Text Example
Text Example
White with #3C7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BFB; }
p { color: rgb(60,123,251); }
H1.HeaderClassName
{
color: #3C7BFB;
}
.AnyTagClassName
{
color: #3C7BFB;
}
</style>
background-color css
<style>
a { background-color: #3C7BFB; }
a { background-color: rgb(60,123,251); }
div.DivClassName
{
background-color: #3C7BFB;
}
.BgClassName
{
background-color: #3C7BFB;
}
</style>
border-color css
<style>
span { border-color: #3C7BFB; }
span { border-color: rgb(60,123,251); }
td.TdClassName
{
border-color: #3C7BFB;
}
.TagClassName
{
border-color: #3C7BFB;
}
</style>