Shades of Royal Blue #3B7CFB
Tints of Royal Blue #3B7CFB
RGB
CMYK
RGB Variations
Color information
#3B7CFB (or 0x3B7CFB) is known color: Royal Blue. HEX triplet: 3B, 7C and FB. RGB value is (59,124,251). Sum of RGB (Red+Green+Blue) = 59+124+251=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 124 (48.83% from 255 or 28.57% 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 #3B7CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7CFB is #C48304. Grayscale: #767676. Windows color (decimal): -12878597 or 16481339. OLE color: 16481339.
HSL color Cylindrical-coordinate representation of color #3B7CFB: hue angle of 219.69º 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 #3B7CFB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 124 | 251 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.02 |
| HSL | 219.69º | 0.96% | 0.61% | - |
| HSV(B) | 219.69º | 0.76% | 0.98% | - |
| XYZ | 26.42 | 22.31 | 94.18 | - |
| YUV | 119.04 | 202.47 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 251 | 0.76 | 0.51 | 0 | 0.02 | 219.69 | 0.96 | 0.61 |
| Hex | 3B | 7C | FB | 4C | 33 | 0 | 2 | DC | 60 | 3D |
| Octal | 73 | 174 | 373 | 114 | 63 | 0 | 2 | 334 | 140 | 75 |
| Binary | 111011 | 1111100 | 11111011 | 1001100 | 110011 | 0 | 10 | 11011100 | 1100000 | 111101 |
Color Harmonies of #3B7CFB
Complementary color
Monochromatic Colors of #3B7CFB
Black with #3B7CFB
Text Example
Text Example
White with #3B7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7CFB; }
p { color: rgb(59,124,251); }
H1.HeaderClassName
{
color: #3B7CFB;
}
.AnyTagClassName
{
color: #3B7CFB;
}
</style>
background-color css
<style>
a { background-color: #3B7CFB; }
a { background-color: rgb(59,124,251); }
div.DivClassName
{
background-color: #3B7CFB;
}
.BgClassName
{
background-color: #3B7CFB;
}
</style>
border-color css
<style>
span { border-color: #3B7CFB; }
span { border-color: rgb(59,124,251); }
td.TdClassName
{
border-color: #3B7CFB;
}
.TagClassName
{
border-color: #3B7CFB;
}
</style>