Shades of Royal Blue #387BD6
Tints of Royal Blue #387BD6
RGB
CMYK
RGB Variations
Color information
#387BD6 (or 0x387BD6) is known color: Royal Blue. HEX triplet: 38, 7B and D6. RGB value is (56,123,214). Sum of RGB (Red+Green+Blue) = 56+123+214=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 214 (83.98% from 255 or 54.45% from 393); Max value from RGB is 214 - color contains mainly: blue. Hex color #387BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BD6 is #C78429. Grayscale: #707070. Windows color (decimal): -13075498 or 14056248. OLE color: 14056248.
HSL color Cylindrical-coordinate representation of color #387BD6: hue angle of 214.56º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387BD6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 123 | 214 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.16 |
| HSL | 214.56º | 0.66% | 0.53% | - |
| HSV(B) | 214.56º | 0.74% | 0.84% | - |
| XYZ | 20.85 | 19.86 | 66.35 | - |
| YUV | 113.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 214 | 0.74 | 0.43 | 0 | 0.16 | 214.56 | 0.66 | 0.53 |
| Hex | 38 | 7B | D6 | 4A | 2B | 0 | 10 | D7 | 42 | 35 |
| Octal | 70 | 173 | 326 | 112 | 53 | 0 | 20 | 327 | 102 | 65 |
| Binary | 111000 | 1111011 | 11010110 | 1001010 | 101011 | 0 | 10000 | 11010111 | 1000010 | 110101 |
Color Harmonies of #387BD6
Complementary color
Monochromatic Colors of #387BD6
Black with #387BD6
Text Example
Text Example
White with #387BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BD6; }
p { color: rgb(56,123,214); }
H1.HeaderClassName
{
color: #387BD6;
}
.AnyTagClassName
{
color: #387BD6;
}
</style>
background-color css
<style>
a { background-color: #387BD6; }
a { background-color: rgb(56,123,214); }
div.DivClassName
{
background-color: #387BD6;
}
.BgClassName
{
background-color: #387BD6;
}
</style>
border-color css
<style>
span { border-color: #387BD6; }
span { border-color: rgb(56,123,214); }
td.TdClassName
{
border-color: #387BD6;
}
.TagClassName
{
border-color: #387BD6;
}
</style>