Shades of Royal Blue #387BFB
Tints of Royal Blue #387BFB
RGB
CMYK
RGB Variations
Color information
#387BFB (or 0x387BFB) is known color: Royal Blue. HEX triplet: 38, 7B and FB. RGB value is (56,123,251). Sum of RGB (Red+Green+Blue) = 56+123+251=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #387BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BFB is #C78404. Grayscale: #747474. Windows color (decimal): -13075461 or 16481080. OLE color: 16481080.
HSL color Cylindrical-coordinate representation of color #387BFB: hue angle of 219.38º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #387BFB is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 123 | 251 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.02 |
| HSL | 219.38º | 0.96% | 0.6% | - |
| HSV(B) | 219.38º | 0.78% | 0.98% | - |
| XYZ | 26.13 | 21.97 | 94.13 | - |
| YUV | 117.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 251 | 0.78 | 0.51 | 0 | 0.02 | 219.38 | 0.96 | 0.6 |
| Hex | 38 | 7B | FB | 4E | 33 | 0 | 2 | DB | 60 | 3C |
| Octal | 70 | 173 | 373 | 116 | 63 | 0 | 2 | 333 | 140 | 74 |
| Binary | 111000 | 1111011 | 11111011 | 1001110 | 110011 | 0 | 10 | 11011011 | 1100000 | 111100 |
Color Harmonies of #387BFB
Complementary color
Monochromatic Colors of #387BFB
Black with #387BFB
Text Example
Text Example
White with #387BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BFB; }
p { color: rgb(56,123,251); }
H1.HeaderClassName
{
color: #387BFB;
}
.AnyTagClassName
{
color: #387BFB;
}
</style>
background-color css
<style>
a { background-color: #387BFB; }
a { background-color: rgb(56,123,251); }
div.DivClassName
{
background-color: #387BFB;
}
.BgClassName
{
background-color: #387BFB;
}
</style>
border-color css
<style>
span { border-color: #387BFB; }
span { border-color: rgb(56,123,251); }
td.TdClassName
{
border-color: #387BFB;
}
.TagClassName
{
border-color: #387BFB;
}
</style>