Shades of Dodger Blue #389DF4
Tints of Dodger Blue #389DF4
RGB
CMYK
RGB Variations
Color information
#389DF4 (or 0x389DF4) is known color: Dodger Blue. HEX triplet: 38, 9D and F4. RGB value is (56,157,244). Sum of RGB (Red+Green+Blue) = 56+157+244=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #389DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DF4 is #C7620B. Grayscale: #888888. Windows color (decimal): -13066764 or 16031032. OLE color: 16031032.
HSL color Cylindrical-coordinate representation of color #389DF4: hue angle of 207.77º 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 #389DF4 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 157 | 244 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.04 |
| HSL | 207.77º | 0.9% | 0.59% | - |
| HSV(B) | 207.77º | 0.77% | 0.96% | - |
| XYZ | 30.02 | 31.49 | 90.08 | - |
| YUV | 136.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 244 | 0.77 | 0.36 | 0 | 0.04 | 207.77 | 0.9 | 0.59 |
| Hex | 38 | 9D | F4 | 4D | 24 | 0 | 4 | D0 | 5A | 3B |
| Octal | 70 | 235 | 364 | 115 | 44 | 0 | 4 | 320 | 132 | 73 |
| Binary | 111000 | 10011101 | 11110100 | 1001101 | 100100 | 0 | 100 | 11010000 | 1011010 | 111011 |
Color Harmonies of #389DF4
Complementary color
Monochromatic Colors of #389DF4
Black with #389DF4
Text Example
Text Example
White with #389DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DF4; }
p { color: rgb(56,157,244); }
H1.HeaderClassName
{
color: #389DF4;
}
.AnyTagClassName
{
color: #389DF4;
}
</style>
background-color css
<style>
a { background-color: #389DF4; }
a { background-color: rgb(56,157,244); }
div.DivClassName
{
background-color: #389DF4;
}
.BgClassName
{
background-color: #389DF4;
}
</style>
border-color css
<style>
span { border-color: #389DF4; }
span { border-color: rgb(56,157,244); }
td.TdClassName
{
border-color: #389DF4;
}
.TagClassName
{
border-color: #389DF4;
}
</style>