Shades of Dodger Blue #388FE8
Tints of Dodger Blue #388FE8
RGB
CMYK
RGB Variations
Color information
#388FE8 (or 0x388FE8) is known color: Dodger Blue. HEX triplet: 38, 8F and E8. RGB value is (56,143,232). Sum of RGB (Red+Green+Blue) = 56+143+232=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #388FE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FE8 is #C77017. Grayscale: #7E7E7E. Windows color (decimal): -13070360 or 15241016. OLE color: 15241016.
HSL color Cylindrical-coordinate representation of color #388FE8: hue angle of 210.34º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388FE8 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 56 | 143 | 232 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.09 |
| HSL | 210.34º | 0.79% | 0.56% | - |
| HSV(B) | 210.34º | 0.76% | 0.91% | - |
| XYZ | 26.02 | 26.31 | 80.05 | - |
| YUV | 127.13 | 187.18 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 232 | 0.76 | 0.38 | 0 | 0.09 | 210.34 | 0.79 | 0.56 |
| Hex | 38 | 8F | E8 | 4C | 26 | 0 | 9 | D2 | 4F | 38 |
| Octal | 70 | 217 | 350 | 114 | 46 | 0 | 11 | 322 | 117 | 70 |
| Binary | 111000 | 10001111 | 11101000 | 1001100 | 100110 | 0 | 1001 | 11010010 | 1001111 | 111000 |
Color Harmonies of #388FE8
Complementary color
Monochromatic Colors of #388FE8
Black with #388FE8
Text Example
Text Example
White with #388FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388FE8; }
p { color: rgb(56,143,232); }
H1.HeaderClassName
{
color: #388FE8;
}
.AnyTagClassName
{
color: #388FE8;
}
</style>
background-color css
<style>
a { background-color: #388FE8; }
a { background-color: rgb(56,143,232); }
div.DivClassName
{
background-color: #388FE8;
}
.BgClassName
{
background-color: #388FE8;
}
</style>
border-color css
<style>
span { border-color: #388FE8; }
span { border-color: rgb(56,143,232); }
td.TdClassName
{
border-color: #388FE8;
}
.TagClassName
{
border-color: #388FE8;
}
</style>