Shades of Dodger Blue #039DF3
Tints of Dodger Blue #039DF3
RGB
CMYK
RGB Variations
Color information
#039DF3 (or 0x039DF3) is known color: Dodger Blue. HEX triplet: 03, 9D and F3. RGB value is (3,157,243). Sum of RGB (Red+Green+Blue) = 3+157+243=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #039DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DF3 is #FC620C. Grayscale: #787878. Windows color (decimal): -16540173 or 15965443. OLE color: 15965443.
HSL color Cylindrical-coordinate representation of color #039DF3: hue angle of 201.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DF3 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 157 | 243 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.05 |
| HSL | 201.5º | 0.98% | 0.48% | - |
| HSV(B) | 201.5º | 0.99% | 0.95% | - |
| XYZ | 28.27 | 30.6 | 89.21 | - |
| YUV | 120.76 | 196.98 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 243 | 0.99 | 0.35 | 0 | 0.05 | 201.5 | 0.98 | 0.48 |
| Hex | 3 | 9D | F3 | 63 | 23 | 0 | 5 | CA | 62 | 30 |
| Octal | 3 | 235 | 363 | 143 | 43 | 0 | 5 | 312 | 142 | 60 |
| Binary | 11 | 10011101 | 11110011 | 1100011 | 100011 | 0 | 101 | 11001010 | 1100010 | 110000 |
Color Harmonies of #039DF3
Complementary color
Monochromatic Colors of #039DF3
Black with #039DF3
Text Example
Text Example
White with #039DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DF3; }
p { color: rgb(3,157,243); }
H1.HeaderClassName
{
color: #039DF3;
}
.AnyTagClassName
{
color: #039DF3;
}
</style>
background-color css
<style>
a { background-color: #039DF3; }
a { background-color: rgb(3,157,243); }
div.DivClassName
{
background-color: #039DF3;
}
.BgClassName
{
background-color: #039DF3;
}
</style>
border-color css
<style>
span { border-color: #039DF3; }
span { border-color: rgb(3,157,243); }
td.TdClassName
{
border-color: #039DF3;
}
.TagClassName
{
border-color: #039DF3;
}
</style>