Shades of Royal Blue #387BF5
Tints of Royal Blue #387BF5
RGB
CMYK
RGB Variations
Color information
#387BF5 (or 0x387BF5) is known color: Royal Blue. HEX triplet: 38, 7B and F5. RGB value is (56,123,245). Sum of RGB (Red+Green+Blue) = 56+123+245=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #387BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387BF5 is #C7840A. Grayscale: #747474. Windows color (decimal): -13075467 or 16087864. OLE color: 16087864.
HSL color Cylindrical-coordinate representation of color #387BF5: hue angle of 218.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #387BF5 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 123 | 245 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.04 |
| HSL | 218.73º | 0.9% | 0.59% | - |
| HSV(B) | 218.73º | 0.77% | 0.96% | - |
| XYZ | 25.2 | 21.6 | 89.23 | - |
| YUV | 116.88 | 200.3 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 245 | 0.77 | 0.50 | 0 | 0.04 | 218.73 | 0.9 | 0.59 |
| Hex | 38 | 7B | F5 | 4D | 32 | 0 | 4 | DB | 5A | 3B |
| Octal | 70 | 173 | 365 | 115 | 62 | 0 | 4 | 333 | 132 | 73 |
| Binary | 111000 | 1111011 | 11110101 | 1001101 | 110010 | 0 | 100 | 11011011 | 1011010 | 111011 |
Color Harmonies of #387BF5
Complementary color
Monochromatic Colors of #387BF5
Black with #387BF5
Text Example
Text Example
White with #387BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387BF5; }
p { color: rgb(56,123,245); }
H1.HeaderClassName
{
color: #387BF5;
}
.AnyTagClassName
{
color: #387BF5;
}
</style>
background-color css
<style>
a { background-color: #387BF5; }
a { background-color: rgb(56,123,245); }
div.DivClassName
{
background-color: #387BF5;
}
.BgClassName
{
background-color: #387BF5;
}
</style>
border-color css
<style>
span { border-color: #387BF5; }
span { border-color: rgb(56,123,245); }
td.TdClassName
{
border-color: #387BF5;
}
.TagClassName
{
border-color: #387BF5;
}
</style>