Shades of Dodger Blue #388EF2
Tints of Dodger Blue #388EF2
RGB
CMYK
RGB Variations
Color information
#388EF2 (or 0x388EF2) is known color: Dodger Blue. HEX triplet: 38, 8E and F2. RGB value is (56,142,242). Sum of RGB (Red+Green+Blue) = 56+142+242=440 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.73% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #388EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EF2 is #C7710D. Grayscale: #7F7F7F. Windows color (decimal): -13070606 or 15896120. OLE color: 15896120.
HSL color Cylindrical-coordinate representation of color #388EF2: hue angle of 212.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388EF2 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 142 | 242 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.05 |
| HSL | 212.26º | 0.88% | 0.58% | - |
| HSV(B) | 212.26º | 0.77% | 0.95% | - |
| XYZ | 27.33 | 26.6 | 87.7 | - |
| YUV | 127.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 242 | 0.77 | 0.41 | 0 | 0.05 | 212.26 | 0.88 | 0.58 |
| Hex | 38 | 8E | F2 | 4D | 29 | 0 | 5 | D4 | 58 | 3A |
| Octal | 70 | 216 | 362 | 115 | 51 | 0 | 5 | 324 | 130 | 72 |
| Binary | 111000 | 10001110 | 11110010 | 1001101 | 101001 | 0 | 101 | 11010100 | 1011000 | 111010 |
Color Harmonies of #388EF2
Complementary color
Monochromatic Colors of #388EF2
Black with #388EF2
Text Example
Text Example
White with #388EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EF2; }
p { color: rgb(56,142,242); }
H1.HeaderClassName
{
color: #388EF2;
}
.AnyTagClassName
{
color: #388EF2;
}
</style>
background-color css
<style>
a { background-color: #388EF2; }
a { background-color: rgb(56,142,242); }
div.DivClassName
{
background-color: #388EF2;
}
.BgClassName
{
background-color: #388EF2;
}
</style>
border-color css
<style>
span { border-color: #388EF2; }
span { border-color: rgb(56,142,242); }
td.TdClassName
{
border-color: #388EF2;
}
.TagClassName
{
border-color: #388EF2;
}
</style>