Shades of Dodger Blue #389DF3
Tints of Dodger Blue #389DF3
RGB
CMYK
RGB Variations
Color information
#389DF3 (or 0x389DF3) is known color: Dodger Blue. HEX triplet: 38, 9D and F3. RGB value is (56,157,243). Sum of RGB (Red+Green+Blue) = 56+157+243=456 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.28% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #389DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DF3 is #C7620C. Grayscale: #888888. Windows color (decimal): -13066765 or 15965496. OLE color: 15965496.
HSL color Cylindrical-coordinate representation of color #389DF3: hue angle of 207.59º 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 #389DF3 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 157 | 243 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.05 |
| HSL | 207.59º | 0.89% | 0.59% | - |
| HSV(B) | 207.59º | 0.77% | 0.95% | - |
| XYZ | 29.87 | 31.43 | 89.29 | - |
| YUV | 136.61 | 188.04 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 243 | 0.77 | 0.35 | 0 | 0.05 | 207.59 | 0.89 | 0.59 |
| Hex | 38 | 9D | F3 | 4D | 23 | 0 | 5 | D0 | 59 | 3B |
| Octal | 70 | 235 | 363 | 115 | 43 | 0 | 5 | 320 | 131 | 73 |
| Binary | 111000 | 10011101 | 11110011 | 1001101 | 100011 | 0 | 101 | 11010000 | 1011001 | 111011 |
Color Harmonies of #389DF3
Complementary color
Monochromatic Colors of #389DF3
Black with #389DF3
Text Example
Text Example
White with #389DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DF3; }
p { color: rgb(56,157,243); }
H1.HeaderClassName
{
color: #389DF3;
}
.AnyTagClassName
{
color: #389DF3;
}
</style>
background-color css
<style>
a { background-color: #389DF3; }
a { background-color: rgb(56,157,243); }
div.DivClassName
{
background-color: #389DF3;
}
.BgClassName
{
background-color: #389DF3;
}
</style>
border-color css
<style>
span { border-color: #389DF3; }
span { border-color: rgb(56,157,243); }
td.TdClassName
{
border-color: #389DF3;
}
.TagClassName
{
border-color: #389DF3;
}
</style>