Shades of Royal Blue #387CFA
Tints of Royal Blue #387CFA
RGB
CMYK
RGB Variations
Color information
#387CFA (or 0x387CFA) is known color: Royal Blue. HEX triplet: 38, 7C and FA. RGB value is (56,124,250). Sum of RGB (Red+Green+Blue) = 56+124+250=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #387CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CFA is #C78305. Grayscale: #757575. Windows color (decimal): -13075206 or 16415800. OLE color: 16415800.
HSL color Cylindrical-coordinate representation of color #387CFA: hue angle of 218.97º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387CFA is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 124 | 250 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.02 |
| HSL | 218.97º | 0.95% | 0.6% | - |
| HSV(B) | 218.97º | 0.78% | 0.98% | - |
| XYZ | 26.09 | 22.16 | 93.34 | - |
| YUV | 118.03 | 202.47 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 250 | 0.78 | 0.50 | 0 | 0.02 | 218.97 | 0.95 | 0.6 |
| Hex | 38 | 7C | FA | 4E | 32 | 0 | 2 | DB | 5F | 3C |
| Octal | 70 | 174 | 372 | 116 | 62 | 0 | 2 | 333 | 137 | 74 |
| Binary | 111000 | 1111100 | 11111010 | 1001110 | 110010 | 0 | 10 | 11011011 | 1011111 | 111100 |
Color Harmonies of #387CFA
Complementary color
Monochromatic Colors of #387CFA
Black with #387CFA
Text Example
Text Example
White with #387CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CFA; }
p { color: rgb(56,124,250); }
H1.HeaderClassName
{
color: #387CFA;
}
.AnyTagClassName
{
color: #387CFA;
}
</style>
background-color css
<style>
a { background-color: #387CFA; }
a { background-color: rgb(56,124,250); }
div.DivClassName
{
background-color: #387CFA;
}
.BgClassName
{
background-color: #387CFA;
}
</style>
border-color css
<style>
span { border-color: #387CFA; }
span { border-color: rgb(56,124,250); }
td.TdClassName
{
border-color: #387CFA;
}
.TagClassName
{
border-color: #387CFA;
}
</style>