Shades of Royal Blue #3C7FFB
Tints of Royal Blue #3C7FFB
RGB
CMYK
RGB Variations
Color information
#3C7FFB (or 0x3C7FFB) is known color: Royal Blue. HEX triplet: 3C, 7F and FB. RGB value is (60,127,251). Sum of RGB (Red+Green+Blue) = 60+127+251=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C7FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7FFB is #C38004. Grayscale: #787878. Windows color (decimal): -12812293 or 16482108. OLE color: 16482108.
HSL color Cylindrical-coordinate representation of color #3C7FFB: hue angle of 218.95º 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 #3C7FFB is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 127 | 251 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.02 |
| HSL | 218.95º | 0.96% | 0.61% | - |
| HSV(B) | 218.95º | 0.76% | 0.98% | - |
| XYZ | 26.87 | 23.1 | 94.31 | - |
| YUV | 121.1 | 201.3 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 127 | 251 | 0.76 | 0.49 | 0 | 0.02 | 218.95 | 0.96 | 0.61 |
| Hex | 3C | 7F | FB | 4C | 31 | 0 | 2 | DB | 60 | 3D |
| Octal | 74 | 177 | 373 | 114 | 61 | 0 | 2 | 333 | 140 | 75 |
| Binary | 111100 | 1111111 | 11111011 | 1001100 | 110001 | 0 | 10 | 11011011 | 1100000 | 111101 |
Color Harmonies of #3C7FFB
Complementary color
Monochromatic Colors of #3C7FFB
Black with #3C7FFB
Text Example
Text Example
White with #3C7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7FFB; }
p { color: rgb(60,127,251); }
H1.HeaderClassName
{
color: #3C7FFB;
}
.AnyTagClassName
{
color: #3C7FFB;
}
</style>
background-color css
<style>
a { background-color: #3C7FFB; }
a { background-color: rgb(60,127,251); }
div.DivClassName
{
background-color: #3C7FFB;
}
.BgClassName
{
background-color: #3C7FFB;
}
</style>
border-color css
<style>
span { border-color: #3C7FFB; }
span { border-color: rgb(60,127,251); }
td.TdClassName
{
border-color: #3C7FFB;
}
.TagClassName
{
border-color: #3C7FFB;
}
</style>