Shades of Dodger Blue #039DFD
Tints of Dodger Blue #039DFD
RGB
CMYK
RGB Variations
Color information
#039DFD (or 0x039DFD) is known color: Dodger Blue. HEX triplet: 03, 9D and FD. RGB value is (3,157,253). Sum of RGB (Red+Green+Blue) = 3+157+253=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #039DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DFD is #FC6202. Grayscale: #797979. Windows color (decimal): -16540163 or 16620803. OLE color: 16620803.
HSL color Cylindrical-coordinate representation of color #039DFD: hue angle of 203.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DFD is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 157 | 253 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.01 |
| HSL | 203.04º | 0.98% | 0.5% | - |
| HSV(B) | 203.04º | 0.99% | 0.99% | - |
| XYZ | 29.82 | 31.23 | 97.38 | - |
| YUV | 121.9 | 201.98 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 253 | 0.99 | 0.38 | 0 | 0.01 | 203.04 | 0.98 | 0.5 |
| Hex | 3 | 9D | FD | 63 | 26 | 0 | 1 | CB | 62 | 32 |
| Octal | 3 | 235 | 375 | 143 | 46 | 0 | 1 | 313 | 142 | 62 |
| Binary | 11 | 10011101 | 11111101 | 1100011 | 100110 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #039DFD
Complementary color
Monochromatic Colors of #039DFD
Black with #039DFD
Text Example
Text Example
White with #039DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DFD; }
p { color: rgb(3,157,253); }
H1.HeaderClassName
{
color: #039DFD;
}
.AnyTagClassName
{
color: #039DFD;
}
</style>
background-color css
<style>
a { background-color: #039DFD; }
a { background-color: rgb(3,157,253); }
div.DivClassName
{
background-color: #039DFD;
}
.BgClassName
{
background-color: #039DFD;
}
</style>
border-color css
<style>
span { border-color: #039DFD; }
span { border-color: rgb(3,157,253); }
td.TdClassName
{
border-color: #039DFD;
}
.TagClassName
{
border-color: #039DFD;
}
</style>