Shades of Royal Blue #385FED
Tints of Royal Blue #385FED
RGB
CMYK
RGB Variations
Color information
#385FED (or 0x385FED) is known color: Royal Blue. HEX triplet: 38, 5F and ED. RGB value is (56,95,237). Sum of RGB (Red+Green+Blue) = 56+95+237=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #385FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FED is #C7A012. Grayscale: #626262. Windows color (decimal): -13082643 or 15556408. OLE color: 15556408.
HSL color Cylindrical-coordinate representation of color #385FED: hue angle of 227.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385FED is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 95 | 237 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.07 |
| HSL | 227.07º | 0.83% | 0.57% | - |
| HSV(B) | 227.07º | 0.76% | 0.93% | - |
| XYZ | 21.01 | 15.14 | 81.94 | - |
| YUV | 99.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 237 | 0.76 | 0.60 | 0 | 0.07 | 227.07 | 0.83 | 0.57 |
| Hex | 38 | 5F | ED | 4C | 3C | 0 | 7 | E3 | 53 | 39 |
| Octal | 70 | 137 | 355 | 114 | 74 | 0 | 7 | 343 | 123 | 71 |
| Binary | 111000 | 1011111 | 11101101 | 1001100 | 111100 | 0 | 111 | 11100011 | 1010011 | 111001 |
Color Harmonies of #385FED
Complementary color
Monochromatic Colors of #385FED
Black with #385FED
Text Example
Text Example
White with #385FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FED; }
p { color: rgb(56,95,237); }
H1.HeaderClassName
{
color: #385FED;
}
.AnyTagClassName
{
color: #385FED;
}
</style>
background-color css
<style>
a { background-color: #385FED; }
a { background-color: rgb(56,95,237); }
div.DivClassName
{
background-color: #385FED;
}
.BgClassName
{
background-color: #385FED;
}
</style>
border-color css
<style>
span { border-color: #385FED; }
span { border-color: rgb(56,95,237); }
td.TdClassName
{
border-color: #385FED;
}
.TagClassName
{
border-color: #385FED;
}
</style>