Shades of Dodger Blue #388EF3
Tints of Dodger Blue #388EF3
RGB
CMYK
RGB Variations
Color information
#388EF3 (or 0x388EF3) is known color: Dodger Blue. HEX triplet: 38, 8E and F3. RGB value is (56,142,243). Sum of RGB (Red+Green+Blue) = 56+142+243=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #388EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EF3 is #C7710C. Grayscale: #7F7F7F. Windows color (decimal): -13070605 or 15961656. OLE color: 15961656.
HSL color Cylindrical-coordinate representation of color #388EF3: hue angle of 212.41º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388EF3 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 142 | 243 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.05 |
| HSL | 212.41º | 0.89% | 0.59% | - |
| HSV(B) | 212.41º | 0.77% | 0.95% | - |
| XYZ | 27.48 | 26.66 | 88.49 | - |
| YUV | 127.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 243 | 0.77 | 0.42 | 0 | 0.05 | 212.41 | 0.89 | 0.59 |
| Hex | 38 | 8E | F3 | 4D | 2A | 0 | 5 | D4 | 59 | 3B |
| Octal | 70 | 216 | 363 | 115 | 52 | 0 | 5 | 324 | 131 | 73 |
| Binary | 111000 | 10001110 | 11110011 | 1001101 | 101010 | 0 | 101 | 11010100 | 1011001 | 111011 |
Color Harmonies of #388EF3
Complementary color
Monochromatic Colors of #388EF3
Black with #388EF3
Text Example
Text Example
White with #388EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EF3; }
p { color: rgb(56,142,243); }
H1.HeaderClassName
{
color: #388EF3;
}
.AnyTagClassName
{
color: #388EF3;
}
</style>
background-color css
<style>
a { background-color: #388EF3; }
a { background-color: rgb(56,142,243); }
div.DivClassName
{
background-color: #388EF3;
}
.BgClassName
{
background-color: #388EF3;
}
</style>
border-color css
<style>
span { border-color: #388EF3; }
span { border-color: rgb(56,142,243); }
td.TdClassName
{
border-color: #388EF3;
}
.TagClassName
{
border-color: #388EF3;
}
</style>