Shades of Royal Blue #387BFA
Tints of Royal Blue #387BFA
RGB
CMYK
RGB Variations
Color information
#387BFA (or 0x387BFA) is known color: Royal Blue. HEX triplet: 38, 7B and FA. RGB value is (56,123,250). Sum of RGB (Red+Green+Blue) = 56+123+250=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #387BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BFA is #C78405. Grayscale: #747474. Windows color (decimal): -13075462 or 16415544. OLE color: 16415544.
HSL color Cylindrical-coordinate representation of color #387BFA: hue angle of 219.28º degrees, saturation: 0.95, 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 #387BFA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 123 | 250 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.02 |
| HSL | 219.28º | 0.95% | 0.6% | - |
| HSV(B) | 219.28º | 0.78% | 0.98% | - |
| XYZ | 25.97 | 21.91 | 93.3 | - |
| YUV | 117.45 | 202.8 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 250 | 0.78 | 0.51 | 0 | 0.02 | 219.28 | 0.95 | 0.6 |
| Hex | 38 | 7B | FA | 4E | 33 | 0 | 2 | DB | 5F | 3C |
| Octal | 70 | 173 | 372 | 116 | 63 | 0 | 2 | 333 | 137 | 74 |
| Binary | 111000 | 1111011 | 11111010 | 1001110 | 110011 | 0 | 10 | 11011011 | 1011111 | 111100 |
Color Harmonies of #387BFA
Complementary color
Monochromatic Colors of #387BFA
Black with #387BFA
Text Example
Text Example
White with #387BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BFA; }
p { color: rgb(56,123,250); }
H1.HeaderClassName
{
color: #387BFA;
}
.AnyTagClassName
{
color: #387BFA;
}
</style>
background-color css
<style>
a { background-color: #387BFA; }
a { background-color: rgb(56,123,250); }
div.DivClassName
{
background-color: #387BFA;
}
.BgClassName
{
background-color: #387BFA;
}
</style>
border-color css
<style>
span { border-color: #387BFA; }
span { border-color: rgb(56,123,250); }
td.TdClassName
{
border-color: #387BFA;
}
.TagClassName
{
border-color: #387BFA;
}
</style>