Shades of Dodger Blue #388BEA
Tints of Dodger Blue #388BEA
RGB
CMYK
RGB Variations
Color information
#388BEA (or 0x388BEA) is known color: Dodger Blue. HEX triplet: 38, 8B and EA. RGB value is (56,139,234). Sum of RGB (Red+Green+Blue) = 56+139+234=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #388BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BEA is #C77415. Grayscale: #7C7C7C. Windows color (decimal): -13071382 or 15371064. OLE color: 15371064.
HSL color Cylindrical-coordinate representation of color #388BEA: hue angle of 212.02º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388BEA is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 139 | 234 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.08 |
| HSL | 212.02º | 0.81% | 0.57% | - |
| HSV(B) | 212.02º | 0.76% | 0.92% | - |
| XYZ | 25.71 | 25.25 | 81.36 | - |
| YUV | 125.01 | 189.5 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 234 | 0.76 | 0.41 | 0 | 0.08 | 212.02 | 0.81 | 0.57 |
| Hex | 38 | 8B | EA | 4C | 29 | 0 | 8 | D4 | 51 | 39 |
| Octal | 70 | 213 | 352 | 114 | 51 | 0 | 10 | 324 | 121 | 71 |
| Binary | 111000 | 10001011 | 11101010 | 1001100 | 101001 | 0 | 1000 | 11010100 | 1010001 | 111001 |
Color Harmonies of #388BEA
Complementary color
Monochromatic Colors of #388BEA
Black with #388BEA
Text Example
Text Example
White with #388BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388BEA; }
p { color: rgb(56,139,234); }
H1.HeaderClassName
{
color: #388BEA;
}
.AnyTagClassName
{
color: #388BEA;
}
</style>
background-color css
<style>
a { background-color: #388BEA; }
a { background-color: rgb(56,139,234); }
div.DivClassName
{
background-color: #388BEA;
}
.BgClassName
{
background-color: #388BEA;
}
</style>
border-color css
<style>
span { border-color: #388BEA; }
span { border-color: rgb(56,139,234); }
td.TdClassName
{
border-color: #388BEA;
}
.TagClassName
{
border-color: #388BEA;
}
</style>