Shades of Dodger Blue #388CF3
Tints of Dodger Blue #388CF3
RGB
CMYK
RGB Variations
Color information
#388CF3 (or 0x388CF3) is known color: Dodger Blue. HEX triplet: 38, 8C and F3. RGB value is (56,140,243). Sum of RGB (Red+Green+Blue) = 56+140+243=439 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.76% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #388CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CF3 is #C7730C. Grayscale: #7E7E7E. Windows color (decimal): -13071117 or 15961144. OLE color: 15961144.
HSL color Cylindrical-coordinate representation of color #388CF3: hue angle of 213.05º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388CF3 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 140 | 243 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.05 |
| HSL | 213.05º | 0.89% | 0.59% | - |
| HSV(B) | 213.05º | 0.77% | 0.95% | - |
| XYZ | 27.19 | 26.07 | 88.39 | - |
| YUV | 126.63 | 193.67 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 243 | 0.77 | 0.42 | 0 | 0.05 | 213.05 | 0.89 | 0.59 |
| Hex | 38 | 8C | F3 | 4D | 2A | 0 | 5 | D5 | 59 | 3B |
| Octal | 70 | 214 | 363 | 115 | 52 | 0 | 5 | 325 | 131 | 73 |
| Binary | 111000 | 10001100 | 11110011 | 1001101 | 101010 | 0 | 101 | 11010101 | 1011001 | 111011 |
Color Harmonies of #388CF3
Complementary color
Monochromatic Colors of #388CF3
Black with #388CF3
Text Example
Text Example
White with #388CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CF3; }
p { color: rgb(56,140,243); }
H1.HeaderClassName
{
color: #388CF3;
}
.AnyTagClassName
{
color: #388CF3;
}
</style>
background-color css
<style>
a { background-color: #388CF3; }
a { background-color: rgb(56,140,243); }
div.DivClassName
{
background-color: #388CF3;
}
.BgClassName
{
background-color: #388CF3;
}
</style>
border-color css
<style>
span { border-color: #388CF3; }
span { border-color: rgb(56,140,243); }
td.TdClassName
{
border-color: #388CF3;
}
.TagClassName
{
border-color: #388CF3;
}
</style>