Shades of Dodger Blue #388CFF
Tints of Dodger Blue #388CFF
RGB
CMYK
RGB Variations
Color information
#388CFF (or 0x388CFF) is known color: Dodger Blue. HEX triplet: 38, 8C and FF. RGB value is (56,140,255). Sum of RGB (Red+Green+Blue) = 56+140+255=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #388CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CFF is #C77300. Grayscale: #7F7F7F. Windows color (decimal): -13071105 or 16747576. OLE color: 16747576.
HSL color Cylindrical-coordinate representation of color #388CFF: hue angle of 214.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388CFF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 140 | 255 | - |
| CMYK | 0.78 | 0.45 | 0 | 0 |
| HSL | 214.67º | 1% | 0.61% | - |
| HSV(B) | 214.67º | 0.78% | 1% | - |
| XYZ | 29.06 | 26.82 | 98.25 | - |
| YUV | 127.99 | 199.67 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 255 | 0.78 | 0.45 | 0 | 0 | 214.67 | 1 | 0.61 |
| Hex | 38 | 8C | FF | 4E | 2D | 0 | 0 | D7 | 64 | 3D |
| Octal | 70 | 214 | 377 | 116 | 55 | 0 | 0 | 327 | 144 | 75 |
| Binary | 111000 | 10001100 | 11111111 | 1001110 | 101101 | 0 | 0 | 11010111 | 1100100 | 111101 |
Color Harmonies of #388CFF
Complementary color
Monochromatic Colors of #388CFF
Black with #388CFF
Text Example
Text Example
White with #388CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CFF; }
p { color: rgb(56,140,255); }
H1.HeaderClassName
{
color: #388CFF;
}
.AnyTagClassName
{
color: #388CFF;
}
</style>
background-color css
<style>
a { background-color: #388CFF; }
a { background-color: rgb(56,140,255); }
div.DivClassName
{
background-color: #388CFF;
}
.BgClassName
{
background-color: #388CFF;
}
</style>
border-color css
<style>
span { border-color: #388CFF; }
span { border-color: rgb(56,140,255); }
td.TdClassName
{
border-color: #388CFF;
}
.TagClassName
{
border-color: #388CFF;
}
</style>