Shades of Dodger Blue #388CF1
Tints of Dodger Blue #388CF1
RGB
CMYK
RGB Variations
Color information
#388CF1 (or 0x388CF1) is known color: Dodger Blue. HEX triplet: 38, 8C and F1. RGB value is (56,140,241). Sum of RGB (Red+Green+Blue) = 56+140+241=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #388CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CF1 is #C7730E. Grayscale: #7D7D7D. Windows color (decimal): -13071119 or 15830072. OLE color: 15830072.
HSL color Cylindrical-coordinate representation of color #388CF1: hue angle of 212.76º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388CF1 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 140 | 241 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.05 |
| HSL | 212.76º | 0.87% | 0.58% | - |
| HSV(B) | 212.76º | 0.77% | 0.95% | - |
| XYZ | 26.89 | 25.95 | 86.81 | - |
| YUV | 126.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 241 | 0.77 | 0.42 | 0 | 0.05 | 212.76 | 0.87 | 0.58 |
| Hex | 38 | 8C | F1 | 4D | 2A | 0 | 5 | D5 | 57 | 3A |
| Octal | 70 | 214 | 361 | 115 | 52 | 0 | 5 | 325 | 127 | 72 |
| Binary | 111000 | 10001100 | 11110001 | 1001101 | 101010 | 0 | 101 | 11010101 | 1010111 | 111010 |
Color Harmonies of #388CF1
Complementary color
Monochromatic Colors of #388CF1
Black with #388CF1
Text Example
Text Example
White with #388CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CF1; }
p { color: rgb(56,140,241); }
H1.HeaderClassName
{
color: #388CF1;
}
.AnyTagClassName
{
color: #388CF1;
}
</style>
background-color css
<style>
a { background-color: #388CF1; }
a { background-color: rgb(56,140,241); }
div.DivClassName
{
background-color: #388CF1;
}
.BgClassName
{
background-color: #388CF1;
}
</style>
border-color css
<style>
span { border-color: #388CF1; }
span { border-color: rgb(56,140,241); }
td.TdClassName
{
border-color: #388CF1;
}
.TagClassName
{
border-color: #388CF1;
}
</style>