Shades of Dodger Blue #388EFE
Tints of Dodger Blue #388EFE
RGB
CMYK
RGB Variations
Color information
#388EFE (or 0x388EFE) is known color: Dodger Blue. HEX triplet: 38, 8E and FE. RGB value is (56,142,254). Sum of RGB (Red+Green+Blue) = 56+142+254=452 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.39% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #388EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EFE is #C77101. Grayscale: #808080. Windows color (decimal): -13070594 or 16682552. OLE color: 16682552.
HSL color Cylindrical-coordinate representation of color #388EFE: hue angle of 213.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388EFE is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 142 | 254 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.00 |
| HSL | 213.94º | 0.99% | 0.61% | - |
| HSV(B) | 213.94º | 0.78% | 1% | - |
| XYZ | 29.19 | 27.34 | 97.5 | - |
| YUV | 129.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 254 | 0.78 | 0.44 | 0 | 0.00 | 213.94 | 0.99 | 0.61 |
| Hex | 38 | 8E | FE | 4E | 2C | 0 | 0 | D6 | 63 | 3D |
| Octal | 70 | 216 | 376 | 116 | 54 | 0 | 0 | 326 | 143 | 75 |
| Binary | 111000 | 10001110 | 11111110 | 1001110 | 101100 | 0 | 0 | 11010110 | 1100011 | 111101 |
Color Harmonies of #388EFE
Complementary color
Monochromatic Colors of #388EFE
Black with #388EFE
Text Example
Text Example
White with #388EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EFE; }
p { color: rgb(56,142,254); }
H1.HeaderClassName
{
color: #388EFE;
}
.AnyTagClassName
{
color: #388EFE;
}
</style>
background-color css
<style>
a { background-color: #388EFE; }
a { background-color: rgb(56,142,254); }
div.DivClassName
{
background-color: #388EFE;
}
.BgClassName
{
background-color: #388EFE;
}
</style>
border-color css
<style>
span { border-color: #388EFE; }
span { border-color: rgb(56,142,254); }
td.TdClassName
{
border-color: #388EFE;
}
.TagClassName
{
border-color: #388EFE;
}
</style>