Shades of Royal Blue #386FFD
Tints of Royal Blue #386FFD
RGB
CMYK
RGB Variations
Color information
#386FFD (or 0x386FFD) is known color: Royal Blue. HEX triplet: 38, 6F and FD. RGB value is (56,111,253). Sum of RGB (Red+Green+Blue) = 56+111+253=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #386FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FFD is #C79002. Grayscale: #6E6E6E. Windows color (decimal): -13078531 or 16609080. OLE color: 16609080.
HSL color Cylindrical-coordinate representation of color #386FFD: hue angle of 223.25º 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 #386FFD is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 111 | 253 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.01 |
| HSL | 223.25º | 0.98% | 0.61% | - |
| HSV(B) | 223.25º | 0.78% | 0.99% | - |
| XYZ | 25.04 | 19.3 | 95.33 | - |
| YUV | 110.74 | 208.28 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 253 | 0.78 | 0.56 | 0 | 0.01 | 223.25 | 0.98 | 0.61 |
| Hex | 38 | 6F | FD | 4E | 38 | 0 | 1 | DF | 62 | 3D |
| Octal | 70 | 157 | 375 | 116 | 70 | 0 | 1 | 337 | 142 | 75 |
| Binary | 111000 | 1101111 | 11111101 | 1001110 | 111000 | 0 | 1 | 11011111 | 1100010 | 111101 |
Color Harmonies of #386FFD
Complementary color
Monochromatic Colors of #386FFD
Black with #386FFD
Text Example
Text Example
White with #386FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FFD; }
p { color: rgb(56,111,253); }
H1.HeaderClassName
{
color: #386FFD;
}
.AnyTagClassName
{
color: #386FFD;
}
</style>
background-color css
<style>
a { background-color: #386FFD; }
a { background-color: rgb(56,111,253); }
div.DivClassName
{
background-color: #386FFD;
}
.BgClassName
{
background-color: #386FFD;
}
</style>
border-color css
<style>
span { border-color: #386FFD; }
span { border-color: rgb(56,111,253); }
td.TdClassName
{
border-color: #386FFD;
}
.TagClassName
{
border-color: #386FFD;
}
</style>