Shades of Dodger Blue #388EF5
Tints of Dodger Blue #388EF5
RGB
CMYK
RGB Variations
Color information
#388EF5 (or 0x388EF5) is known color: Dodger Blue. HEX triplet: 38, 8E and F5. RGB value is (56,142,245). Sum of RGB (Red+Green+Blue) = 56+142+245=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #388EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EF5 is #C7710A. Grayscale: #7F7F7F. Windows color (decimal): -13070603 or 16092728. OLE color: 16092728.
HSL color Cylindrical-coordinate representation of color #388EF5: hue angle of 212.7º degrees, saturation: 0.9, 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 #388EF5 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 142 | 245 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.04 |
| HSL | 212.7º | 0.9% | 0.59% | - |
| HSV(B) | 212.7º | 0.77% | 0.96% | - |
| XYZ | 27.79 | 26.78 | 90.09 | - |
| YUV | 128.03 | 194.01 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 245 | 0.77 | 0.42 | 0 | 0.04 | 212.7 | 0.9 | 0.59 |
| Hex | 38 | 8E | F5 | 4D | 2A | 0 | 4 | D5 | 5A | 3B |
| Octal | 70 | 216 | 365 | 115 | 52 | 0 | 4 | 325 | 132 | 73 |
| Binary | 111000 | 10001110 | 11110101 | 1001101 | 101010 | 0 | 100 | 11010101 | 1011010 | 111011 |
Color Harmonies of #388EF5
Complementary color
Monochromatic Colors of #388EF5
Black with #388EF5
Text Example
Text Example
White with #388EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388EF5; }
p { color: rgb(56,142,245); }
H1.HeaderClassName
{
color: #388EF5;
}
.AnyTagClassName
{
color: #388EF5;
}
</style>
background-color css
<style>
a { background-color: #388EF5; }
a { background-color: rgb(56,142,245); }
div.DivClassName
{
background-color: #388EF5;
}
.BgClassName
{
background-color: #388EF5;
}
</style>
border-color css
<style>
span { border-color: #388EF5; }
span { border-color: rgb(56,142,245); }
td.TdClassName
{
border-color: #388EF5;
}
.TagClassName
{
border-color: #388EF5;
}
</style>