Shades of Royal Blue #387BEE
Tints of Royal Blue #387BEE
RGB
CMYK
RGB Variations
Color information
#387BEE (or 0x387BEE) is known color: Royal Blue. HEX triplet: 38, 7B and EE. RGB value is (56,123,238). Sum of RGB (Red+Green+Blue) = 56+123+238=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #387BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BEE is #C78411. Grayscale: #737373. Windows color (decimal): -13075474 or 15629112. OLE color: 15629112.
HSL color Cylindrical-coordinate representation of color #387BEE: hue angle of 217.91º 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 #387BEE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 123 | 238 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.07 |
| HSL | 217.91º | 0.84% | 0.58% | - |
| HSV(B) | 217.91º | 0.76% | 0.93% | - |
| XYZ | 24.15 | 21.18 | 83.7 | - |
| YUV | 116.08 | 196.8 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 238 | 0.76 | 0.48 | 0 | 0.07 | 217.91 | 0.84 | 0.58 |
| Hex | 38 | 7B | EE | 4C | 30 | 0 | 7 | DA | 54 | 3A |
| Octal | 70 | 173 | 356 | 114 | 60 | 0 | 7 | 332 | 124 | 72 |
| Binary | 111000 | 1111011 | 11101110 | 1001100 | 110000 | 0 | 111 | 11011010 | 1010100 | 111010 |
Color Harmonies of #387BEE
Complementary color
Monochromatic Colors of #387BEE
Black with #387BEE
Text Example
Text Example
White with #387BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BEE; }
p { color: rgb(56,123,238); }
H1.HeaderClassName
{
color: #387BEE;
}
.AnyTagClassName
{
color: #387BEE;
}
</style>
background-color css
<style>
a { background-color: #387BEE; }
a { background-color: rgb(56,123,238); }
div.DivClassName
{
background-color: #387BEE;
}
.BgClassName
{
background-color: #387BEE;
}
</style>
border-color css
<style>
span { border-color: #387BEE; }
span { border-color: rgb(56,123,238); }
td.TdClassName
{
border-color: #387BEE;
}
.TagClassName
{
border-color: #387BEE;
}
</style>