Shades of Royal Blue #387CF9
Tints of Royal Blue #387CF9
RGB
CMYK
RGB Variations
Color information
#387CF9 (or 0x387CF9) is known color: Royal Blue. HEX triplet: 38, 7C and F9. RGB value is (56,124,249). Sum of RGB (Red+Green+Blue) = 56+124+249=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #387CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387CF9 is #C78306. Grayscale: #757575. Windows color (decimal): -13075207 or 16350264. OLE color: 16350264.
HSL color Cylindrical-coordinate representation of color #387CF9: hue angle of 218.86º degrees, saturation: 0.94, 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 #387CF9 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 124 | 249 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.02 |
| HSL | 218.86º | 0.94% | 0.6% | - |
| HSV(B) | 218.86º | 0.78% | 0.98% | - |
| XYZ | 25.94 | 22.1 | 92.52 | - |
| YUV | 117.92 | 201.97 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 249 | 0.78 | 0.50 | 0 | 0.02 | 218.86 | 0.94 | 0.6 |
| Hex | 38 | 7C | F9 | 4E | 32 | 0 | 2 | DB | 5E | 3C |
| Octal | 70 | 174 | 371 | 116 | 62 | 0 | 2 | 333 | 136 | 74 |
| Binary | 111000 | 1111100 | 11111001 | 1001110 | 110010 | 0 | 10 | 11011011 | 1011110 | 111100 |
Color Harmonies of #387CF9
Complementary color
Monochromatic Colors of #387CF9
Black with #387CF9
Text Example
Text Example
White with #387CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CF9; }
p { color: rgb(56,124,249); }
H1.HeaderClassName
{
color: #387CF9;
}
.AnyTagClassName
{
color: #387CF9;
}
</style>
background-color css
<style>
a { background-color: #387CF9; }
a { background-color: rgb(56,124,249); }
div.DivClassName
{
background-color: #387CF9;
}
.BgClassName
{
background-color: #387CF9;
}
</style>
border-color css
<style>
span { border-color: #387CF9; }
span { border-color: rgb(56,124,249); }
td.TdClassName
{
border-color: #387CF9;
}
.TagClassName
{
border-color: #387CF9;
}
</style>