Shades of Royal Blue #387DF9
Tints of Royal Blue #387DF9
RGB
CMYK
RGB Variations
Color information
#387DF9 (or 0x387DF9) is known color: Royal Blue. HEX triplet: 38, 7D and F9. RGB value is (56,125,249). Sum of RGB (Red+Green+Blue) = 56+125+249=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #387DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #387DF9 is #C78206. Grayscale: #757575. Windows color (decimal): -13074951 or 16350520. OLE color: 16350520.
HSL color Cylindrical-coordinate representation of color #387DF9: hue angle of 218.55º 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 #387DF9 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 125 | 249 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.02 |
| HSL | 218.55º | 0.94% | 0.6% | - |
| HSV(B) | 218.55º | 0.78% | 0.98% | - |
| XYZ | 26.06 | 22.35 | 92.56 | - |
| YUV | 118.51 | 201.64 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 249 | 0.78 | 0.50 | 0 | 0.02 | 218.55 | 0.94 | 0.6 |
| Hex | 38 | 7D | F9 | 4E | 32 | 0 | 2 | DB | 5E | 3C |
| Octal | 70 | 175 | 371 | 116 | 62 | 0 | 2 | 333 | 136 | 74 |
| Binary | 111000 | 1111101 | 11111001 | 1001110 | 110010 | 0 | 10 | 11011011 | 1011110 | 111100 |
Color Harmonies of #387DF9
Complementary color
Monochromatic Colors of #387DF9
Black with #387DF9
Text Example
Text Example
White with #387DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DF9; }
p { color: rgb(56,125,249); }
H1.HeaderClassName
{
color: #387DF9;
}
.AnyTagClassName
{
color: #387DF9;
}
</style>
background-color css
<style>
a { background-color: #387DF9; }
a { background-color: rgb(56,125,249); }
div.DivClassName
{
background-color: #387DF9;
}
.BgClassName
{
background-color: #387DF9;
}
</style>
border-color css
<style>
span { border-color: #387DF9; }
span { border-color: rgb(56,125,249); }
td.TdClassName
{
border-color: #387DF9;
}
.TagClassName
{
border-color: #387DF9;
}
</style>