Shades of Royal Blue #3C7BF7
Tints of Royal Blue #3C7BF7
RGB
CMYK
RGB Variations
Color information
#3C7BF7 (or 0x3C7BF7) is known color: Royal Blue. HEX triplet: 3C, 7B and F7. RGB value is (60,123,247). Sum of RGB (Red+Green+Blue) = 60+123+247=430 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.95% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #3C7BF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7BF7 is #C38408. Grayscale: #757575. Windows color (decimal): -12813321 or 16218940. OLE color: 16218940.
HSL color Cylindrical-coordinate representation of color #3C7BF7: hue angle of 219.79º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C7BF7 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 123 | 247 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.03 |
| HSL | 219.79º | 0.92% | 0.6% | - |
| HSV(B) | 219.79º | 0.76% | 0.97% | - |
| XYZ | 25.73 | 21.84 | 90.86 | - |
| YUV | 118.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 247 | 0.76 | 0.50 | 0 | 0.03 | 219.79 | 0.92 | 0.6 |
| Hex | 3C | 7B | F7 | 4C | 32 | 0 | 3 | DC | 5C | 3C |
| Octal | 74 | 173 | 367 | 114 | 62 | 0 | 3 | 334 | 134 | 74 |
| Binary | 111100 | 1111011 | 11110111 | 1001100 | 110010 | 0 | 11 | 11011100 | 1011100 | 111100 |
Color Harmonies of #3C7BF7
Complementary color
Monochromatic Colors of #3C7BF7
Black with #3C7BF7
Text Example
Text Example
White with #3C7BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BF7; }
p { color: rgb(60,123,247); }
H1.HeaderClassName
{
color: #3C7BF7;
}
.AnyTagClassName
{
color: #3C7BF7;
}
</style>
background-color css
<style>
a { background-color: #3C7BF7; }
a { background-color: rgb(60,123,247); }
div.DivClassName
{
background-color: #3C7BF7;
}
.BgClassName
{
background-color: #3C7BF7;
}
</style>
border-color css
<style>
span { border-color: #3C7BF7; }
span { border-color: rgb(60,123,247); }
td.TdClassName
{
border-color: #3C7BF7;
}
.TagClassName
{
border-color: #3C7BF7;
}
</style>