Shades of Royal Blue #385FF8
Tints of Royal Blue #385FF8
RGB
CMYK
RGB Variations
Color information
#385FF8 (or 0x385FF8) is known color: Royal Blue. HEX triplet: 38, 5F and F8. RGB value is (56,95,248). Sum of RGB (Red+Green+Blue) = 56+95+248=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #385FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FF8 is #C7A007. Grayscale: #646464. Windows color (decimal): -13082632 or 16277304. OLE color: 16277304.
HSL color Cylindrical-coordinate representation of color #385FF8: hue angle of 227.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 #385FF8 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 95 | 248 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.03 |
| HSL | 227.81º | 0.93% | 0.6% | - |
| HSV(B) | 227.81º | 0.77% | 0.97% | - |
| XYZ | 22.67 | 15.8 | 90.66 | - |
| YUV | 100.78 | 211.08 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 248 | 0.77 | 0.62 | 0 | 0.03 | 227.81 | 0.93 | 0.6 |
| Hex | 38 | 5F | F8 | 4D | 3E | 0 | 3 | E4 | 5D | 3C |
| Octal | 70 | 137 | 370 | 115 | 76 | 0 | 3 | 344 | 135 | 74 |
| Binary | 111000 | 1011111 | 11111000 | 1001101 | 111110 | 0 | 11 | 11100100 | 1011101 | 111100 |
Color Harmonies of #385FF8
Complementary color
Monochromatic Colors of #385FF8
Black with #385FF8
Text Example
Text Example
White with #385FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FF8; }
p { color: rgb(56,95,248); }
H1.HeaderClassName
{
color: #385FF8;
}
.AnyTagClassName
{
color: #385FF8;
}
</style>
background-color css
<style>
a { background-color: #385FF8; }
a { background-color: rgb(56,95,248); }
div.DivClassName
{
background-color: #385FF8;
}
.BgClassName
{
background-color: #385FF8;
}
</style>
border-color css
<style>
span { border-color: #385FF8; }
span { border-color: rgb(56,95,248); }
td.TdClassName
{
border-color: #385FF8;
}
.TagClassName
{
border-color: #385FF8;
}
</style>