Shades of Royal Blue #386DF0
Tints of Royal Blue #386DF0
RGB
CMYK
RGB Variations
Color information
#386DF0 (or 0x386DF0) is known color: Royal Blue. HEX triplet: 38, 6D and F0. RGB value is (56,109,240). Sum of RGB (Red+Green+Blue) = 56+109+240=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #386DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DF0 is #C7920F. Grayscale: #6B6B6B. Windows color (decimal): -13079056 or 15756600. OLE color: 15756600.
HSL color Cylindrical-coordinate representation of color #386DF0: hue angle of 222.72º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386DF0 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 109 | 240 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.06 |
| HSL | 222.72º | 0.86% | 0.58% | - |
| HSV(B) | 222.72º | 0.77% | 0.94% | - |
| XYZ | 22.83 | 18.07 | 84.72 | - |
| YUV | 108.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 240 | 0.77 | 0.55 | 0 | 0.06 | 222.72 | 0.86 | 0.58 |
| Hex | 38 | 6D | F0 | 4D | 37 | 0 | 6 | DF | 56 | 3A |
| Octal | 70 | 155 | 360 | 115 | 67 | 0 | 6 | 337 | 126 | 72 |
| Binary | 111000 | 1101101 | 11110000 | 1001101 | 110111 | 0 | 110 | 11011111 | 1010110 | 111010 |
Color Harmonies of #386DF0
Complementary color
Monochromatic Colors of #386DF0
Black with #386DF0
Text Example
Text Example
White with #386DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DF0; }
p { color: rgb(56,109,240); }
H1.HeaderClassName
{
color: #386DF0;
}
.AnyTagClassName
{
color: #386DF0;
}
</style>
background-color css
<style>
a { background-color: #386DF0; }
a { background-color: rgb(56,109,240); }
div.DivClassName
{
background-color: #386DF0;
}
.BgClassName
{
background-color: #386DF0;
}
</style>
border-color css
<style>
span { border-color: #386DF0; }
span { border-color: rgb(56,109,240); }
td.TdClassName
{
border-color: #386DF0;
}
.TagClassName
{
border-color: #386DF0;
}
</style>