Shades of Royal Blue #386BFE
Tints of Royal Blue #386BFE
RGB
CMYK
RGB Variations
Color information
#386BFE (or 0x386BFE) is known color: Royal Blue. HEX triplet: 38, 6B and FE. RGB value is (56,107,254). Sum of RGB (Red+Green+Blue) = 56+107+254=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #386BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386BFE is #C79401. Grayscale: #6B6B6B. Windows color (decimal): -13079554 or 16673592. OLE color: 16673592.
HSL color Cylindrical-coordinate representation of color #386BFE: hue angle of 224.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386BFE is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 107 | 254 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.00 |
| HSL | 224.55º | 0.99% | 0.61% | - |
| HSV(B) | 224.55º | 0.78% | 1% | - |
| XYZ | 24.78 | 18.51 | 96.03 | - |
| YUV | 108.51 | 210.1 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 254 | 0.78 | 0.58 | 0 | 0.00 | 224.55 | 0.99 | 0.61 |
| Hex | 38 | 6B | FE | 4E | 3A | 0 | 0 | E1 | 63 | 3D |
| Octal | 70 | 153 | 376 | 116 | 72 | 0 | 0 | 341 | 143 | 75 |
| Binary | 111000 | 1101011 | 11111110 | 1001110 | 111010 | 0 | 0 | 11100001 | 1100011 | 111101 |
Color Harmonies of #386BFE
Complementary color
Monochromatic Colors of #386BFE
Black with #386BFE
Text Example
Text Example
White with #386BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BFE; }
p { color: rgb(56,107,254); }
H1.HeaderClassName
{
color: #386BFE;
}
.AnyTagClassName
{
color: #386BFE;
}
</style>
background-color css
<style>
a { background-color: #386BFE; }
a { background-color: rgb(56,107,254); }
div.DivClassName
{
background-color: #386BFE;
}
.BgClassName
{
background-color: #386BFE;
}
</style>
border-color css
<style>
span { border-color: #386BFE; }
span { border-color: rgb(56,107,254); }
td.TdClassName
{
border-color: #386BFE;
}
.TagClassName
{
border-color: #386BFE;
}
</style>