Shades of Royal Blue #388ADF
Tints of Royal Blue #388ADF
RGB
CMYK
RGB Variations
Color information
#388ADF (or 0x388ADF) is known color: Royal Blue. HEX triplet: 38, 8A and DF. RGB value is (56,138,223). Sum of RGB (Red+Green+Blue) = 56+138+223=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #388ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ADF is #C77520. Grayscale: #7A7A7A. Windows color (decimal): -13071649 or 14649912. OLE color: 14649912.
HSL color Cylindrical-coordinate representation of color #388ADF: hue angle of 210.54º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388ADF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 138 | 223 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.13 |
| HSL | 210.54º | 0.72% | 0.55% | - |
| HSV(B) | 210.54º | 0.75% | 0.87% | - |
| XYZ | 24.04 | 24.35 | 73.24 | - |
| YUV | 123.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 223 | 0.75 | 0.38 | 0 | 0.13 | 210.54 | 0.72 | 0.55 |
| Hex | 38 | 8A | DF | 4B | 26 | 0 | D | D3 | 48 | 37 |
| Octal | 70 | 212 | 337 | 113 | 46 | 0 | 15 | 323 | 110 | 67 |
| Binary | 111000 | 10001010 | 11011111 | 1001011 | 100110 | 0 | 1101 | 11010011 | 1001000 | 110111 |
Color Harmonies of #388ADF
Complementary color
Monochromatic Colors of #388ADF
Black with #388ADF
Text Example
Text Example
White with #388ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388ADF; }
p { color: rgb(56,138,223); }
H1.HeaderClassName
{
color: #388ADF;
}
.AnyTagClassName
{
color: #388ADF;
}
</style>
background-color css
<style>
a { background-color: #388ADF; }
a { background-color: rgb(56,138,223); }
div.DivClassName
{
background-color: #388ADF;
}
.BgClassName
{
background-color: #388ADF;
}
</style>
border-color css
<style>
span { border-color: #388ADF; }
span { border-color: rgb(56,138,223); }
td.TdClassName
{
border-color: #388ADF;
}
.TagClassName
{
border-color: #388ADF;
}
</style>