Shades of Royal Blue #3B7BFC
Tints of Royal Blue #3B7BFC
RGB
CMYK
RGB Variations
Color information
#3B7BFC (or 0x3B7BFC) is known color: Royal Blue. HEX triplet: 3B, 7B and FC. RGB value is (59,123,252). Sum of RGB (Red+Green+Blue) = 59+123+252=434 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.59% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #3B7BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7BFC is #C48403. Grayscale: #757575. Windows color (decimal): -12878852 or 16546619. OLE color: 16546619.
HSL color Cylindrical-coordinate representation of color #3B7BFC: hue angle of 220.1º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B7BFC is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 123 | 252 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.01 |
| HSL | 220.1º | 0.97% | 0.61% | - |
| HSV(B) | 220.1º | 0.77% | 0.99% | - |
| XYZ | 26.46 | 22.12 | 94.97 | - |
| YUV | 118.57 | 203.3 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 252 | 0.77 | 0.51 | 0 | 0.01 | 220.1 | 0.97 | 0.61 |
| Hex | 3B | 7B | FC | 4D | 33 | 0 | 1 | DC | 61 | 3D |
| Octal | 73 | 173 | 374 | 115 | 63 | 0 | 1 | 334 | 141 | 75 |
| Binary | 111011 | 1111011 | 11111100 | 1001101 | 110011 | 0 | 1 | 11011100 | 1100001 | 111101 |
Color Harmonies of #3B7BFC
Complementary color
Monochromatic Colors of #3B7BFC
Black with #3B7BFC
Text Example
Text Example
White with #3B7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BFC; }
p { color: rgb(59,123,252); }
H1.HeaderClassName
{
color: #3B7BFC;
}
.AnyTagClassName
{
color: #3B7BFC;
}
</style>
background-color css
<style>
a { background-color: #3B7BFC; }
a { background-color: rgb(59,123,252); }
div.DivClassName
{
background-color: #3B7BFC;
}
.BgClassName
{
background-color: #3B7BFC;
}
</style>
border-color css
<style>
span { border-color: #3B7BFC; }
span { border-color: rgb(59,123,252); }
td.TdClassName
{
border-color: #3B7BFC;
}
.TagClassName
{
border-color: #3B7BFC;
}
</style>