Shades of Dodger Blue #389DFE
Tints of Dodger Blue #389DFE
RGB
CMYK
RGB Variations
Color information
#389DFE (or 0x389DFE) is known color: Dodger Blue. HEX triplet: 38, 9D and FE. RGB value is (56,157,254). Sum of RGB (Red+Green+Blue) = 56+157+254=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #389DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #389DFE is #C76201. Grayscale: #898989. Windows color (decimal): -13066754 or 16686392. OLE color: 16686392.
HSL color Cylindrical-coordinate representation of color #389DFE: hue angle of 209.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #389DFE is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 157 | 254 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.00 |
| HSL | 209.39º | 0.99% | 0.61% | - |
| HSV(B) | 209.39º | 0.78% | 1% | - |
| XYZ | 31.58 | 32.11 | 98.3 | - |
| YUV | 137.86 | 193.54 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 254 | 0.78 | 0.38 | 0 | 0.00 | 209.39 | 0.99 | 0.61 |
| Hex | 38 | 9D | FE | 4E | 26 | 0 | 0 | D1 | 63 | 3D |
| Octal | 70 | 235 | 376 | 116 | 46 | 0 | 0 | 321 | 143 | 75 |
| Binary | 111000 | 10011101 | 11111110 | 1001110 | 100110 | 0 | 0 | 11010001 | 1100011 | 111101 |
Color Harmonies of #389DFE
Complementary color
Monochromatic Colors of #389DFE
Black with #389DFE
Text Example
Text Example
White with #389DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389DFE; }
p { color: rgb(56,157,254); }
H1.HeaderClassName
{
color: #389DFE;
}
.AnyTagClassName
{
color: #389DFE;
}
</style>
background-color css
<style>
a { background-color: #389DFE; }
a { background-color: rgb(56,157,254); }
div.DivClassName
{
background-color: #389DFE;
}
.BgClassName
{
background-color: #389DFE;
}
</style>
border-color css
<style>
span { border-color: #389DFE; }
span { border-color: rgb(56,157,254); }
td.TdClassName
{
border-color: #389DFE;
}
.TagClassName
{
border-color: #389DFE;
}
</style>