Shades of Royal Blue #3B7BFA
Tints of Royal Blue #3B7BFA
RGB
CMYK
RGB Variations
Color information
#3B7BFA (or 0x3B7BFA) is known color: Royal Blue. HEX triplet: 3B, 7B and FA. RGB value is (59,123,250). Sum of RGB (Red+Green+Blue) = 59+123+250=432 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.66% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B7BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B7BFA is #C48405. Grayscale: #757575. Windows color (decimal): -12878854 or 16415547. OLE color: 16415547.
HSL color Cylindrical-coordinate representation of color #3B7BFA: hue angle of 219.9º degrees, saturation: 0.95, 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 #3B7BFA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 123 | 250 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.02 |
| HSL | 219.9º | 0.95% | 0.61% | - |
| HSV(B) | 219.9º | 0.76% | 0.98% | - |
| XYZ | 26.14 | 22 | 93.31 | - |
| YUV | 118.34 | 202.3 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 250 | 0.76 | 0.51 | 0 | 0.02 | 219.9 | 0.95 | 0.61 |
| Hex | 3B | 7B | FA | 4C | 33 | 0 | 2 | DC | 5F | 3D |
| Octal | 73 | 173 | 372 | 114 | 63 | 0 | 2 | 334 | 137 | 75 |
| Binary | 111011 | 1111011 | 11111010 | 1001100 | 110011 | 0 | 10 | 11011100 | 1011111 | 111101 |
Color Harmonies of #3B7BFA
Complementary color
Monochromatic Colors of #3B7BFA
Black with #3B7BFA
Text Example
Text Example
White with #3B7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BFA; }
p { color: rgb(59,123,250); }
H1.HeaderClassName
{
color: #3B7BFA;
}
.AnyTagClassName
{
color: #3B7BFA;
}
</style>
background-color css
<style>
a { background-color: #3B7BFA; }
a { background-color: rgb(59,123,250); }
div.DivClassName
{
background-color: #3B7BFA;
}
.BgClassName
{
background-color: #3B7BFA;
}
</style>
border-color css
<style>
span { border-color: #3B7BFA; }
span { border-color: rgb(59,123,250); }
td.TdClassName
{
border-color: #3B7BFA;
}
.TagClassName
{
border-color: #3B7BFA;
}
</style>