Shades of Dodger Blue #039DF6
Tints of Dodger Blue #039DF6
RGB
CMYK
RGB Variations
Color information
#039DF6 (or 0x039DF6) is known color: Dodger Blue. HEX triplet: 03, 9D and F6. RGB value is (3,157,246). Sum of RGB (Red+Green+Blue) = 3+157+246=406 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #039DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DF6 is #FC6209. Grayscale: #787878. Windows color (decimal): -16540170 or 16162051. OLE color: 16162051.
HSL color Cylindrical-coordinate representation of color #039DF6: hue angle of 201.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DF6 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 157 | 246 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.04 |
| HSL | 201.98º | 0.98% | 0.49% | - |
| HSV(B) | 201.98º | 0.99% | 0.96% | - |
| XYZ | 28.73 | 30.79 | 91.62 | - |
| YUV | 121.1 | 198.48 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 246 | 0.99 | 0.36 | 0 | 0.04 | 201.98 | 0.98 | 0.49 |
| Hex | 3 | 9D | F6 | 63 | 24 | 0 | 4 | CA | 62 | 31 |
| Octal | 3 | 235 | 366 | 143 | 44 | 0 | 4 | 312 | 142 | 61 |
| Binary | 11 | 10011101 | 11110110 | 1100011 | 100100 | 0 | 100 | 11001010 | 1100010 | 110001 |
Color Harmonies of #039DF6
Complementary color
Monochromatic Colors of #039DF6
Black with #039DF6
Text Example
Text Example
White with #039DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DF6; }
p { color: rgb(3,157,246); }
H1.HeaderClassName
{
color: #039DF6;
}
.AnyTagClassName
{
color: #039DF6;
}
</style>
background-color css
<style>
a { background-color: #039DF6; }
a { background-color: rgb(3,157,246); }
div.DivClassName
{
background-color: #039DF6;
}
.BgClassName
{
background-color: #039DF6;
}
</style>
border-color css
<style>
span { border-color: #039DF6; }
span { border-color: rgb(3,157,246); }
td.TdClassName
{
border-color: #039DF6;
}
.TagClassName
{
border-color: #039DF6;
}
</style>