Shades of Royal Blue #387FEF
Tints of Royal Blue #387FEF
RGB
CMYK
RGB Variations
Color information
#387FEF (or 0x387FEF) is known color: Royal Blue. HEX triplet: 38, 7F and EF. RGB value is (56,127,239). Sum of RGB (Red+Green+Blue) = 56+127+239=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #387FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387FEF is #C78010. Grayscale: #767676. Windows color (decimal): -13074449 or 15695672. OLE color: 15695672.
HSL color Cylindrical-coordinate representation of color #387FEF: hue angle of 216.72º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387FEF is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 127 | 239 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.06 |
| HSL | 216.72º | 0.85% | 0.58% | - |
| HSV(B) | 216.72º | 0.77% | 0.94% | - |
| XYZ | 24.8 | 22.25 | 84.65 | - |
| YUV | 118.54 | 195.98 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 239 | 0.77 | 0.47 | 0 | 0.06 | 216.72 | 0.85 | 0.58 |
| Hex | 38 | 7F | EF | 4D | 2F | 0 | 6 | D9 | 55 | 3A |
| Octal | 70 | 177 | 357 | 115 | 57 | 0 | 6 | 331 | 125 | 72 |
| Binary | 111000 | 1111111 | 11101111 | 1001101 | 101111 | 0 | 110 | 11011001 | 1010101 | 111010 |
Color Harmonies of #387FEF
Complementary color
Monochromatic Colors of #387FEF
Black with #387FEF
Text Example
Text Example
White with #387FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387FEF; }
p { color: rgb(56,127,239); }
H1.HeaderClassName
{
color: #387FEF;
}
.AnyTagClassName
{
color: #387FEF;
}
</style>
background-color css
<style>
a { background-color: #387FEF; }
a { background-color: rgb(56,127,239); }
div.DivClassName
{
background-color: #387FEF;
}
.BgClassName
{
background-color: #387FEF;
}
</style>
border-color css
<style>
span { border-color: #387FEF; }
span { border-color: rgb(56,127,239); }
td.TdClassName
{
border-color: #387FEF;
}
.TagClassName
{
border-color: #387FEF;
}
</style>