Shades of Royal Blue #385FF0
Tints of Royal Blue #385FF0
RGB
CMYK
RGB Variations
Color information
#385FF0 (or 0x385FF0) is known color: Royal Blue. HEX triplet: 38, 5F and F0. RGB value is (56,95,240). Sum of RGB (Red+Green+Blue) = 56+95+240=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #385FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FF0 is #C7A00F. Grayscale: #636363. Windows color (decimal): -13082640 or 15753016. OLE color: 15753016.
HSL color Cylindrical-coordinate representation of color #385FF0: hue angle of 227.28º 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 #385FF0 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 95 | 240 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.06 |
| HSL | 227.28º | 0.86% | 0.58% | - |
| HSV(B) | 227.28º | 0.77% | 0.94% | - |
| XYZ | 21.45 | 15.32 | 84.26 | - |
| YUV | 99.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 240 | 0.77 | 0.60 | 0 | 0.06 | 227.28 | 0.86 | 0.58 |
| Hex | 38 | 5F | F0 | 4D | 3C | 0 | 6 | E3 | 56 | 3A |
| Octal | 70 | 137 | 360 | 115 | 74 | 0 | 6 | 343 | 126 | 72 |
| Binary | 111000 | 1011111 | 11110000 | 1001101 | 111100 | 0 | 110 | 11100011 | 1010110 | 111010 |
Color Harmonies of #385FF0
Complementary color
Monochromatic Colors of #385FF0
Black with #385FF0
Text Example
Text Example
White with #385FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FF0; }
p { color: rgb(56,95,240); }
H1.HeaderClassName
{
color: #385FF0;
}
.AnyTagClassName
{
color: #385FF0;
}
</style>
background-color css
<style>
a { background-color: #385FF0; }
a { background-color: rgb(56,95,240); }
div.DivClassName
{
background-color: #385FF0;
}
.BgClassName
{
background-color: #385FF0;
}
</style>
border-color css
<style>
span { border-color: #385FF0; }
span { border-color: rgb(56,95,240); }
td.TdClassName
{
border-color: #385FF0;
}
.TagClassName
{
border-color: #385FF0;
}
</style>