Shades of Dodger Blue #388FFA
Tints of Dodger Blue #388FFA
RGB
CMYK
RGB Variations
Color information
#388FFA (or 0x388FFA) is known color: Dodger Blue. HEX triplet: 38, 8F and FA. RGB value is (56,143,250). Sum of RGB (Red+Green+Blue) = 56+143+250=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #388FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FFA is #C77005. Grayscale: #808080. Windows color (decimal): -13070342 or 16420664. OLE color: 16420664.
HSL color Cylindrical-coordinate representation of color #388FFA: hue angle of 213.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388FFA is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 143 | 250 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.02 |
| HSL | 213.09º | 0.95% | 0.6% | - |
| HSV(B) | 213.09º | 0.78% | 0.98% | - |
| XYZ | 28.71 | 27.39 | 94.22 | - |
| YUV | 129.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 250 | 0.78 | 0.43 | 0 | 0.02 | 213.09 | 0.95 | 0.6 |
| Hex | 38 | 8F | FA | 4E | 2B | 0 | 2 | D5 | 5F | 3C |
| Octal | 70 | 217 | 372 | 116 | 53 | 0 | 2 | 325 | 137 | 74 |
| Binary | 111000 | 10001111 | 11111010 | 1001110 | 101011 | 0 | 10 | 11010101 | 1011111 | 111100 |
Color Harmonies of #388FFA
Complementary color
Monochromatic Colors of #388FFA
Black with #388FFA
Text Example
Text Example
White with #388FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FFA; }
p { color: rgb(56,143,250); }
H1.HeaderClassName
{
color: #388FFA;
}
.AnyTagClassName
{
color: #388FFA;
}
</style>
background-color css
<style>
a { background-color: #388FFA; }
a { background-color: rgb(56,143,250); }
div.DivClassName
{
background-color: #388FFA;
}
.BgClassName
{
background-color: #388FFA;
}
</style>
border-color css
<style>
span { border-color: #388FFA; }
span { border-color: rgb(56,143,250); }
td.TdClassName
{
border-color: #388FFA;
}
.TagClassName
{
border-color: #388FFA;
}
</style>