Shades of Royal Blue #386FFE
Tints of Royal Blue #386FFE
RGB
CMYK
RGB Variations
Color information
#386FFE (or 0x386FFE) is known color: Royal Blue. HEX triplet: 38, 6F and FE. RGB value is (56,111,254). Sum of RGB (Red+Green+Blue) = 56+111+254=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #386FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FFE is #C79001. Grayscale: #6E6E6E. Windows color (decimal): -13078530 or 16674616. OLE color: 16674616.
HSL color Cylindrical-coordinate representation of color #386FFE: hue angle of 223.33º 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 #386FFE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 111 | 254 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.00 |
| HSL | 223.33º | 0.99% | 0.61% | - |
| HSV(B) | 223.33º | 0.78% | 1% | - |
| XYZ | 25.2 | 19.37 | 96.18 | - |
| YUV | 110.86 | 208.78 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 254 | 0.78 | 0.56 | 0 | 0.00 | 223.33 | 0.99 | 0.61 |
| Hex | 38 | 6F | FE | 4E | 38 | 0 | 0 | DF | 63 | 3D |
| Octal | 70 | 157 | 376 | 116 | 70 | 0 | 0 | 337 | 143 | 75 |
| Binary | 111000 | 1101111 | 11111110 | 1001110 | 111000 | 0 | 0 | 11011111 | 1100011 | 111101 |
Color Harmonies of #386FFE
Complementary color
Monochromatic Colors of #386FFE
Black with #386FFE
Text Example
Text Example
White with #386FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FFE; }
p { color: rgb(56,111,254); }
H1.HeaderClassName
{
color: #386FFE;
}
.AnyTagClassName
{
color: #386FFE;
}
</style>
background-color css
<style>
a { background-color: #386FFE; }
a { background-color: rgb(56,111,254); }
div.DivClassName
{
background-color: #386FFE;
}
.BgClassName
{
background-color: #386FFE;
}
</style>
border-color css
<style>
span { border-color: #386FFE; }
span { border-color: rgb(56,111,254); }
td.TdClassName
{
border-color: #386FFE;
}
.TagClassName
{
border-color: #386FFE;
}
</style>