Shades of Royal Blue #385FFD
Tints of Royal Blue #385FFD
RGB
CMYK
RGB Variations
Color information
#385FFD (or 0x385FFD) is known color: Royal Blue. HEX triplet: 38, 5F and FD. RGB value is (56,95,253). Sum of RGB (Red+Green+Blue) = 56+95+253=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #385FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385FFD is #C7A002. Grayscale: #646464. Windows color (decimal): -13082627 or 16604984. OLE color: 16604984.
HSL color Cylindrical-coordinate representation of color #385FFD: hue angle of 228.12º 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 #385FFD is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 95 | 253 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.01 |
| HSL | 228.12º | 0.98% | 0.61% | - |
| HSV(B) | 228.12º | 0.78% | 0.99% | - |
| XYZ | 23.45 | 16.12 | 94.8 | - |
| YUV | 101.35 | 213.58 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 253 | 0.78 | 0.62 | 0 | 0.01 | 228.12 | 0.98 | 0.61 |
| Hex | 38 | 5F | FD | 4E | 3E | 0 | 1 | E4 | 62 | 3D |
| Octal | 70 | 137 | 375 | 116 | 76 | 0 | 1 | 344 | 142 | 75 |
| Binary | 111000 | 1011111 | 11111101 | 1001110 | 111110 | 0 | 1 | 11100100 | 1100010 | 111101 |
Color Harmonies of #385FFD
Complementary color
Monochromatic Colors of #385FFD
Black with #385FFD
Text Example
Text Example
White with #385FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385FFD; }
p { color: rgb(56,95,253); }
H1.HeaderClassName
{
color: #385FFD;
}
.AnyTagClassName
{
color: #385FFD;
}
</style>
background-color css
<style>
a { background-color: #385FFD; }
a { background-color: rgb(56,95,253); }
div.DivClassName
{
background-color: #385FFD;
}
.BgClassName
{
background-color: #385FFD;
}
</style>
border-color css
<style>
span { border-color: #385FFD; }
span { border-color: rgb(56,95,253); }
td.TdClassName
{
border-color: #385FFD;
}
.TagClassName
{
border-color: #385FFD;
}
</style>