Shades of Royal Blue #386DED
Tints of Royal Blue #386DED
RGB
CMYK
RGB Variations
Color information
#386DED (or 0x386DED) is known color: Royal Blue. HEX triplet: 38, 6D and ED. RGB value is (56,109,237). Sum of RGB (Red+Green+Blue) = 56+109+237=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #386DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386DED is #C79212. Grayscale: #6B6B6B. Windows color (decimal): -13079059 or 15559992. OLE color: 15559992.
HSL color Cylindrical-coordinate representation of color #386DED: hue angle of 222.43º 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 #386DED is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 109 | 237 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.07 |
| HSL | 222.43º | 0.83% | 0.57% | - |
| HSV(B) | 222.43º | 0.76% | 0.93% | - |
| XYZ | 22.39 | 17.89 | 82.39 | - |
| YUV | 107.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 237 | 0.76 | 0.54 | 0 | 0.07 | 222.43 | 0.83 | 0.57 |
| Hex | 38 | 6D | ED | 4C | 36 | 0 | 7 | DE | 53 | 39 |
| Octal | 70 | 155 | 355 | 114 | 66 | 0 | 7 | 336 | 123 | 71 |
| Binary | 111000 | 1101101 | 11101101 | 1001100 | 110110 | 0 | 111 | 11011110 | 1010011 | 111001 |
Color Harmonies of #386DED
Complementary color
Monochromatic Colors of #386DED
Black with #386DED
Text Example
Text Example
White with #386DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DED; }
p { color: rgb(56,109,237); }
H1.HeaderClassName
{
color: #386DED;
}
.AnyTagClassName
{
color: #386DED;
}
</style>
background-color css
<style>
a { background-color: #386DED; }
a { background-color: rgb(56,109,237); }
div.DivClassName
{
background-color: #386DED;
}
.BgClassName
{
background-color: #386DED;
}
</style>
border-color css
<style>
span { border-color: #386DED; }
span { border-color: rgb(56,109,237); }
td.TdClassName
{
border-color: #386DED;
}
.TagClassName
{
border-color: #386DED;
}
</style>