Shades of Royal Blue #386FF8
Tints of Royal Blue #386FF8
RGB
CMYK
RGB Variations
Color information
#386FF8 (or 0x386FF8) is known color: Royal Blue. HEX triplet: 38, 6F and F8. RGB value is (56,111,248). Sum of RGB (Red+Green+Blue) = 56+111+248=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #386FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FF8 is #C79007. Grayscale: #6D6D6D. Windows color (decimal): -13078536 or 16281400. OLE color: 16281400.
HSL color Cylindrical-coordinate representation of color #386FF8: hue angle of 222.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #386FF8 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 111 | 248 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.03 |
| HSL | 222.81º | 0.93% | 0.6% | - |
| HSV(B) | 222.81º | 0.77% | 0.97% | - |
| XYZ | 24.26 | 18.99 | 91.19 | - |
| YUV | 110.17 | 205.78 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 248 | 0.77 | 0.55 | 0 | 0.03 | 222.81 | 0.93 | 0.6 |
| Hex | 38 | 6F | F8 | 4D | 37 | 0 | 3 | DF | 5D | 3C |
| Octal | 70 | 157 | 370 | 115 | 67 | 0 | 3 | 337 | 135 | 74 |
| Binary | 111000 | 1101111 | 11111000 | 1001101 | 110111 | 0 | 11 | 11011111 | 1011101 | 111100 |
Color Harmonies of #386FF8
Complementary color
Monochromatic Colors of #386FF8
Black with #386FF8
Text Example
Text Example
White with #386FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FF8; }
p { color: rgb(56,111,248); }
H1.HeaderClassName
{
color: #386FF8;
}
.AnyTagClassName
{
color: #386FF8;
}
</style>
background-color css
<style>
a { background-color: #386FF8; }
a { background-color: rgb(56,111,248); }
div.DivClassName
{
background-color: #386FF8;
}
.BgClassName
{
background-color: #386FF8;
}
</style>
border-color css
<style>
span { border-color: #386FF8; }
span { border-color: rgb(56,111,248); }
td.TdClassName
{
border-color: #386FF8;
}
.TagClassName
{
border-color: #386FF8;
}
</style>