Shades of Royal Blue #386DF6
Tints of Royal Blue #386DF6
RGB
CMYK
RGB Variations
Color information
#386DF6 (or 0x386DF6) is known color: Royal Blue. HEX triplet: 38, 6D and F6. RGB value is (56,109,246). Sum of RGB (Red+Green+Blue) = 56+109+246=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #386DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DF6 is #C79209. Grayscale: #6C6C6C. Windows color (decimal): -13079050 or 16149816. OLE color: 16149816.
HSL color Cylindrical-coordinate representation of color #386DF6: hue angle of 223.26º degrees, saturation: 0.91, 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 #386DF6 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 109 | 246 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.04 |
| HSL | 223.26º | 0.91% | 0.59% | - |
| HSV(B) | 223.26º | 0.77% | 0.96% | - |
| XYZ | 23.73 | 18.43 | 89.5 | - |
| YUV | 108.77 | 205.44 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 246 | 0.77 | 0.56 | 0 | 0.04 | 223.26 | 0.91 | 0.59 |
| Hex | 38 | 6D | F6 | 4D | 38 | 0 | 4 | DF | 5B | 3B |
| Octal | 70 | 155 | 366 | 115 | 70 | 0 | 4 | 337 | 133 | 73 |
| Binary | 111000 | 1101101 | 11110110 | 1001101 | 111000 | 0 | 100 | 11011111 | 1011011 | 111011 |
Color Harmonies of #386DF6
Complementary color
Monochromatic Colors of #386DF6
Black with #386DF6
Text Example
Text Example
White with #386DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DF6; }
p { color: rgb(56,109,246); }
H1.HeaderClassName
{
color: #386DF6;
}
.AnyTagClassName
{
color: #386DF6;
}
</style>
background-color css
<style>
a { background-color: #386DF6; }
a { background-color: rgb(56,109,246); }
div.DivClassName
{
background-color: #386DF6;
}
.BgClassName
{
background-color: #386DF6;
}
</style>
border-color css
<style>
span { border-color: #386DF6; }
span { border-color: rgb(56,109,246); }
td.TdClassName
{
border-color: #386DF6;
}
.TagClassName
{
border-color: #386DF6;
}
</style>