Shades of Royal Blue #387FE4
Tints of Royal Blue #387FE4
RGB
CMYK
RGB Variations
Color information
#387FE4 (or 0x387FE4) is known color: Royal Blue. HEX triplet: 38, 7F and E4. RGB value is (56,127,228). Sum of RGB (Red+Green+Blue) = 56+127+228=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #387FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FE4 is #C7801B. Grayscale: #747474. Windows color (decimal): -13074460 or 14974776. OLE color: 14974776.
HSL color Cylindrical-coordinate representation of color #387FE4: hue angle of 215.23º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #387FE4 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 56 | 127 | 228 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.11 |
| HSL | 215.23º | 0.76% | 0.56% | - |
| HSV(B) | 215.23º | 0.75% | 0.89% | - |
| XYZ | 23.22 | 21.62 | 76.35 | - |
| YUV | 117.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 228 | 0.75 | 0.44 | 0 | 0.11 | 215.23 | 0.76 | 0.56 |
| Hex | 38 | 7F | E4 | 4B | 2C | 0 | B | D7 | 4C | 38 |
| Octal | 70 | 177 | 344 | 113 | 54 | 0 | 13 | 327 | 114 | 70 |
| Binary | 111000 | 1111111 | 11100100 | 1001011 | 101100 | 0 | 1011 | 11010111 | 1001100 | 111000 |
Color Harmonies of #387FE4
Complementary color
Monochromatic Colors of #387FE4
Black with #387FE4
Text Example
Text Example
White with #387FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FE4; }
p { color: rgb(56,127,228); }
H1.HeaderClassName
{
color: #387FE4;
}
.AnyTagClassName
{
color: #387FE4;
}
</style>
background-color css
<style>
a { background-color: #387FE4; }
a { background-color: rgb(56,127,228); }
div.DivClassName
{
background-color: #387FE4;
}
.BgClassName
{
background-color: #387FE4;
}
</style>
border-color css
<style>
span { border-color: #387FE4; }
span { border-color: rgb(56,127,228); }
td.TdClassName
{
border-color: #387FE4;
}
.TagClassName
{
border-color: #387FE4;
}
</style>