Shades of Dodger Blue #388CFE
Tints of Dodger Blue #388CFE
RGB
CMYK
RGB Variations
Color information
#388CFE (or 0x388CFE) is known color: Dodger Blue. HEX triplet: 38, 8C and FE. RGB value is (56,140,254). Sum of RGB (Red+Green+Blue) = 56+140+254=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #388CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CFE is #C77301. Grayscale: #7F7F7F. Windows color (decimal): -13071106 or 16682040. OLE color: 16682040.
HSL color Cylindrical-coordinate representation of color #388CFE: hue angle of 214.55º 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 #388CFE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 140 | 254 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.00 |
| HSL | 214.55º | 0.99% | 0.61% | - |
| HSV(B) | 214.55º | 0.78% | 1% | - |
| XYZ | 28.9 | 26.75 | 97.41 | - |
| YUV | 127.88 | 199.17 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 254 | 0.78 | 0.45 | 0 | 0.00 | 214.55 | 0.99 | 0.61 |
| Hex | 38 | 8C | FE | 4E | 2D | 0 | 0 | D7 | 63 | 3D |
| Octal | 70 | 214 | 376 | 116 | 55 | 0 | 0 | 327 | 143 | 75 |
| Binary | 111000 | 10001100 | 11111110 | 1001110 | 101101 | 0 | 0 | 11010111 | 1100011 | 111101 |
Color Harmonies of #388CFE
Complementary color
Monochromatic Colors of #388CFE
Black with #388CFE
Text Example
Text Example
White with #388CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388CFE; }
p { color: rgb(56,140,254); }
H1.HeaderClassName
{
color: #388CFE;
}
.AnyTagClassName
{
color: #388CFE;
}
</style>
background-color css
<style>
a { background-color: #388CFE; }
a { background-color: rgb(56,140,254); }
div.DivClassName
{
background-color: #388CFE;
}
.BgClassName
{
background-color: #388CFE;
}
</style>
border-color css
<style>
span { border-color: #388CFE; }
span { border-color: rgb(56,140,254); }
td.TdClassName
{
border-color: #388CFE;
}
.TagClassName
{
border-color: #388CFE;
}
</style>