Shades of Dodger Blue #389DFC
Tints of Dodger Blue #389DFC
RGB
CMYK
RGB Variations
Color information
#389DFC (or 0x389DFC) is known color: Dodger Blue. HEX triplet: 38, 9D and FC. RGB value is (56,157,252). Sum of RGB (Red+Green+Blue) = 56+157+252=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #389DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DFC is #C76203. Grayscale: #898989. Windows color (decimal): -13066756 or 16555320. OLE color: 16555320.
HSL color Cylindrical-coordinate representation of color #389DFC: hue angle of 209.08º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389DFC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 157 | 252 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.01 |
| HSL | 209.08º | 0.97% | 0.6% | - |
| HSV(B) | 209.08º | 0.78% | 0.99% | - |
| XYZ | 31.26 | 31.98 | 96.62 | - |
| YUV | 137.63 | 192.54 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 252 | 0.78 | 0.38 | 0 | 0.01 | 209.08 | 0.97 | 0.6 |
| Hex | 38 | 9D | FC | 4E | 26 | 0 | 1 | D1 | 61 | 3C |
| Octal | 70 | 235 | 374 | 116 | 46 | 0 | 1 | 321 | 141 | 74 |
| Binary | 111000 | 10011101 | 11111100 | 1001110 | 100110 | 0 | 1 | 11010001 | 1100001 | 111100 |
Color Harmonies of #389DFC
Complementary color
Monochromatic Colors of #389DFC
Black with #389DFC
Text Example
Text Example
White with #389DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DFC; }
p { color: rgb(56,157,252); }
H1.HeaderClassName
{
color: #389DFC;
}
.AnyTagClassName
{
color: #389DFC;
}
</style>
background-color css
<style>
a { background-color: #389DFC; }
a { background-color: rgb(56,157,252); }
div.DivClassName
{
background-color: #389DFC;
}
.BgClassName
{
background-color: #389DFC;
}
</style>
border-color css
<style>
span { border-color: #389DFC; }
span { border-color: rgb(56,157,252); }
td.TdClassName
{
border-color: #389DFC;
}
.TagClassName
{
border-color: #389DFC;
}
</style>