Shades of Dodger Blue #388CFB
Tints of Dodger Blue #388CFB
RGB
CMYK
RGB Variations
Color information
#388CFB (or 0x388CFB) is known color: Dodger Blue. HEX triplet: 38, 8C and FB. RGB value is (56,140,251). Sum of RGB (Red+Green+Blue) = 56+140+251=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #388CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CFB is #C77304. Grayscale: #7F7F7F. Windows color (decimal): -13071109 or 16485432. OLE color: 16485432.
HSL color Cylindrical-coordinate representation of color #388CFB: hue angle of 214.15º degrees, saturation: 0.96, 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 #388CFB is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 140 | 251 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.02 |
| HSL | 214.15º | 0.96% | 0.6% | - |
| HSV(B) | 214.15º | 0.78% | 0.98% | - |
| XYZ | 28.42 | 26.56 | 94.9 | - |
| YUV | 127.54 | 197.67 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 251 | 0.78 | 0.44 | 0 | 0.02 | 214.15 | 0.96 | 0.6 |
| Hex | 38 | 8C | FB | 4E | 2C | 0 | 2 | D6 | 60 | 3C |
| Octal | 70 | 214 | 373 | 116 | 54 | 0 | 2 | 326 | 140 | 74 |
| Binary | 111000 | 10001100 | 11111011 | 1001110 | 101100 | 0 | 10 | 11010110 | 1100000 | 111100 |
Color Harmonies of #388CFB
Complementary color
Monochromatic Colors of #388CFB
Black with #388CFB
Text Example
Text Example
White with #388CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CFB; }
p { color: rgb(56,140,251); }
H1.HeaderClassName
{
color: #388CFB;
}
.AnyTagClassName
{
color: #388CFB;
}
</style>
background-color css
<style>
a { background-color: #388CFB; }
a { background-color: rgb(56,140,251); }
div.DivClassName
{
background-color: #388CFB;
}
.BgClassName
{
background-color: #388CFB;
}
</style>
border-color css
<style>
span { border-color: #388CFB; }
span { border-color: rgb(56,140,251); }
td.TdClassName
{
border-color: #388CFB;
}
.TagClassName
{
border-color: #388CFB;
}
</style>