Shades of Royal Blue #3E7BFB
Tints of Royal Blue #3E7BFB
RGB
CMYK
RGB Variations
Color information
#3E7BFB (or 0x3E7BFB) is known color: Royal Blue. HEX triplet: 3E, 7B and FB. RGB value is (62,123,251). Sum of RGB (Red+Green+Blue) = 62+123+251=436 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.22% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E7BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7BFB is #C18404. Grayscale: #767676. Windows color (decimal): -12682245 or 16481086. OLE color: 16481086.
HSL color Cylindrical-coordinate representation of color #3E7BFB: hue angle of 220.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E7BFB is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 123 | 251 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.02 |
| HSL | 220.63º | 0.96% | 0.61% | - |
| HSV(B) | 220.63º | 0.75% | 0.98% | - |
| XYZ | 26.48 | 22.16 | 94.15 | - |
| YUV | 119.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 251 | 0.75 | 0.51 | 0 | 0.02 | 220.63 | 0.96 | 0.61 |
| Hex | 3E | 7B | FB | 4B | 33 | 0 | 2 | DD | 60 | 3D |
| Octal | 76 | 173 | 373 | 113 | 63 | 0 | 2 | 335 | 140 | 75 |
| Binary | 111110 | 1111011 | 11111011 | 1001011 | 110011 | 0 | 10 | 11011101 | 1100000 | 111101 |
Color Harmonies of #3E7BFB
Complementary color
Monochromatic Colors of #3E7BFB
Black with #3E7BFB
Text Example
Text Example
White with #3E7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BFB; }
p { color: rgb(62,123,251); }
H1.HeaderClassName
{
color: #3E7BFB;
}
.AnyTagClassName
{
color: #3E7BFB;
}
</style>
background-color css
<style>
a { background-color: #3E7BFB; }
a { background-color: rgb(62,123,251); }
div.DivClassName
{
background-color: #3E7BFB;
}
.BgClassName
{
background-color: #3E7BFB;
}
</style>
border-color css
<style>
span { border-color: #3E7BFB; }
span { border-color: rgb(62,123,251); }
td.TdClassName
{
border-color: #3E7BFB;
}
.TagClassName
{
border-color: #3E7BFB;
}
</style>