Shades of Dodger Blue #388EF6
Tints of Dodger Blue #388EF6
RGB
CMYK
RGB Variations
Color information
#388EF6 (or 0x388EF6) is known color: Dodger Blue. HEX triplet: 38, 8E and F6. RGB value is (56,142,246). Sum of RGB (Red+Green+Blue) = 56+142+246=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #388EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EF6 is #C77109. Grayscale: #7F7F7F. Windows color (decimal): -13070602 or 16158264. OLE color: 16158264.
HSL color Cylindrical-coordinate representation of color #388EF6: hue angle of 212.84º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388EF6 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 142 | 246 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.04 |
| HSL | 212.84º | 0.91% | 0.59% | - |
| HSV(B) | 212.84º | 0.77% | 0.96% | - |
| XYZ | 27.94 | 26.84 | 90.9 | - |
| YUV | 128.14 | 194.51 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 246 | 0.77 | 0.42 | 0 | 0.04 | 212.84 | 0.91 | 0.59 |
| Hex | 38 | 8E | F6 | 4D | 2A | 0 | 4 | D5 | 5B | 3B |
| Octal | 70 | 216 | 366 | 115 | 52 | 0 | 4 | 325 | 133 | 73 |
| Binary | 111000 | 10001110 | 11110110 | 1001101 | 101010 | 0 | 100 | 11010101 | 1011011 | 111011 |
Color Harmonies of #388EF6
Complementary color
Monochromatic Colors of #388EF6
Black with #388EF6
Text Example
Text Example
White with #388EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EF6; }
p { color: rgb(56,142,246); }
H1.HeaderClassName
{
color: #388EF6;
}
.AnyTagClassName
{
color: #388EF6;
}
</style>
background-color css
<style>
a { background-color: #388EF6; }
a { background-color: rgb(56,142,246); }
div.DivClassName
{
background-color: #388EF6;
}
.BgClassName
{
background-color: #388EF6;
}
</style>
border-color css
<style>
span { border-color: #388EF6; }
span { border-color: rgb(56,142,246); }
td.TdClassName
{
border-color: #388EF6;
}
.TagClassName
{
border-color: #388EF6;
}
</style>