Shades of Royal Blue #386BFD
Tints of Royal Blue #386BFD
RGB
CMYK
RGB Variations
Color information
#386BFD (or 0x386BFD) is known color: Royal Blue. HEX triplet: 38, 6B and FD. RGB value is (56,107,253). Sum of RGB (Red+Green+Blue) = 56+107+253=416 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.46% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #386BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BFD is #C79402. Grayscale: #6B6B6B. Windows color (decimal): -13079555 or 16608056. OLE color: 16608056.
HSL color Cylindrical-coordinate representation of color #386BFD: hue angle of 224.47º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386BFD is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 107 | 253 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.01 |
| HSL | 224.47º | 0.98% | 0.61% | - |
| HSV(B) | 224.47º | 0.78% | 0.99% | - |
| XYZ | 24.62 | 18.45 | 95.19 | - |
| YUV | 108.4 | 209.6 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 253 | 0.78 | 0.58 | 0 | 0.01 | 224.47 | 0.98 | 0.61 |
| Hex | 38 | 6B | FD | 4E | 3A | 0 | 1 | E0 | 62 | 3D |
| Octal | 70 | 153 | 375 | 116 | 72 | 0 | 1 | 340 | 142 | 75 |
| Binary | 111000 | 1101011 | 11111101 | 1001110 | 111010 | 0 | 1 | 11100000 | 1100010 | 111101 |
Color Harmonies of #386BFD
Complementary color
Monochromatic Colors of #386BFD
Black with #386BFD
Text Example
Text Example
White with #386BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BFD; }
p { color: rgb(56,107,253); }
H1.HeaderClassName
{
color: #386BFD;
}
.AnyTagClassName
{
color: #386BFD;
}
</style>
background-color css
<style>
a { background-color: #386BFD; }
a { background-color: rgb(56,107,253); }
div.DivClassName
{
background-color: #386BFD;
}
.BgClassName
{
background-color: #386BFD;
}
</style>
border-color css
<style>
span { border-color: #386BFD; }
span { border-color: rgb(56,107,253); }
td.TdClassName
{
border-color: #386BFD;
}
.TagClassName
{
border-color: #386BFD;
}
</style>