Shades of Royal Blue #387EEE
Tints of Royal Blue #387EEE
RGB
CMYK
RGB Variations
Color information
#387EEE (or 0x387EEE) is known color: Royal Blue. HEX triplet: 38, 7E and EE. RGB value is (56,126,238). Sum of RGB (Red+Green+Blue) = 56+126+238=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #387EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387EEE is #C78111. Grayscale: #757575. Windows color (decimal): -13074706 or 15629880. OLE color: 15629880.
HSL color Cylindrical-coordinate representation of color #387EEE: hue angle of 216.92º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #387EEE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 126 | 238 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.07 |
| HSL | 216.92º | 0.84% | 0.58% | - |
| HSV(B) | 216.92º | 0.76% | 0.93% | - |
| XYZ | 24.52 | 21.94 | 83.83 | - |
| YUV | 117.84 | 195.81 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 238 | 0.76 | 0.47 | 0 | 0.07 | 216.92 | 0.84 | 0.58 |
| Hex | 38 | 7E | EE | 4C | 2F | 0 | 7 | D9 | 54 | 3A |
| Octal | 70 | 176 | 356 | 114 | 57 | 0 | 7 | 331 | 124 | 72 |
| Binary | 111000 | 1111110 | 11101110 | 1001100 | 101111 | 0 | 111 | 11011001 | 1010100 | 111010 |
Color Harmonies of #387EEE
Complementary color
Monochromatic Colors of #387EEE
Black with #387EEE
Text Example
Text Example
White with #387EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387EEE; }
p { color: rgb(56,126,238); }
H1.HeaderClassName
{
color: #387EEE;
}
.AnyTagClassName
{
color: #387EEE;
}
</style>
background-color css
<style>
a { background-color: #387EEE; }
a { background-color: rgb(56,126,238); }
div.DivClassName
{
background-color: #387EEE;
}
.BgClassName
{
background-color: #387EEE;
}
</style>
border-color css
<style>
span { border-color: #387EEE; }
span { border-color: rgb(56,126,238); }
td.TdClassName
{
border-color: #387EEE;
}
.TagClassName
{
border-color: #387EEE;
}
</style>