Shades of Royal Blue #3E7BFA
Tints of Royal Blue #3E7BFA
RGB
CMYK
RGB Variations
Color information
#3E7BFA (or 0x3E7BFA) is known color: Royal Blue. HEX triplet: 3E, 7B and FA. RGB value is (62,123,250). Sum of RGB (Red+Green+Blue) = 62+123+250=435 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.25% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E7BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E7BFA is #C18405. Grayscale: #767676. Windows color (decimal): -12682246 or 16415550. OLE color: 16415550.
HSL color Cylindrical-coordinate representation of color #3E7BFA: hue angle of 220.53º degrees, saturation: 0.95, 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 #3E7BFA is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 123 | 250 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.02 |
| HSL | 220.53º | 0.95% | 0.61% | - |
| HSV(B) | 220.53º | 0.75% | 0.98% | - |
| XYZ | 26.32 | 22.09 | 93.32 | - |
| YUV | 119.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 250 | 0.75 | 0.51 | 0 | 0.02 | 220.53 | 0.95 | 0.61 |
| Hex | 3E | 7B | FA | 4B | 33 | 0 | 2 | DD | 5F | 3D |
| Octal | 76 | 173 | 372 | 113 | 63 | 0 | 2 | 335 | 137 | 75 |
| Binary | 111110 | 1111011 | 11111010 | 1001011 | 110011 | 0 | 10 | 11011101 | 1011111 | 111101 |
Color Harmonies of #3E7BFA
Complementary color
Monochromatic Colors of #3E7BFA
Black with #3E7BFA
Text Example
Text Example
White with #3E7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BFA; }
p { color: rgb(62,123,250); }
H1.HeaderClassName
{
color: #3E7BFA;
}
.AnyTagClassName
{
color: #3E7BFA;
}
</style>
background-color css
<style>
a { background-color: #3E7BFA; }
a { background-color: rgb(62,123,250); }
div.DivClassName
{
background-color: #3E7BFA;
}
.BgClassName
{
background-color: #3E7BFA;
}
</style>
border-color css
<style>
span { border-color: #3E7BFA; }
span { border-color: rgb(62,123,250); }
td.TdClassName
{
border-color: #3E7BFA;
}
.TagClassName
{
border-color: #3E7BFA;
}
</style>