Shades of Dodger Blue #039AF6
Tints of Dodger Blue #039AF6
RGB
CMYK
RGB Variations
Color information
#039AF6 (or 0x039AF6) is known color: Dodger Blue. HEX triplet: 03, 9A and F6. RGB value is (3,154,246). Sum of RGB (Red+Green+Blue) = 3+154+246=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #039AF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039AF6 is #FC6509. Grayscale: #767676. Windows color (decimal): -16540938 or 16161283. OLE color: 16161283.
HSL color Cylindrical-coordinate representation of color #039AF6: hue angle of 202.72º 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 #039AF6 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 154 | 246 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.04 |
| HSL | 202.72º | 0.98% | 0.49% | - |
| HSV(B) | 202.72º | 0.99% | 0.96% | - |
| XYZ | 28.23 | 29.78 | 91.45 | - |
| YUV | 119.34 | 199.47 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 246 | 0.99 | 0.37 | 0 | 0.04 | 202.72 | 0.98 | 0.49 |
| Hex | 3 | 9A | F6 | 63 | 25 | 0 | 4 | CB | 62 | 31 |
| Octal | 3 | 232 | 366 | 143 | 45 | 0 | 4 | 313 | 142 | 61 |
| Binary | 11 | 10011010 | 11110110 | 1100011 | 100101 | 0 | 100 | 11001011 | 1100010 | 110001 |
Color Harmonies of #039AF6
Complementary color
Monochromatic Colors of #039AF6
Black with #039AF6
Text Example
Text Example
White with #039AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AF6; }
p { color: rgb(3,154,246); }
H1.HeaderClassName
{
color: #039AF6;
}
.AnyTagClassName
{
color: #039AF6;
}
</style>
background-color css
<style>
a { background-color: #039AF6; }
a { background-color: rgb(3,154,246); }
div.DivClassName
{
background-color: #039AF6;
}
.BgClassName
{
background-color: #039AF6;
}
</style>
border-color css
<style>
span { border-color: #039AF6; }
span { border-color: rgb(3,154,246); }
td.TdClassName
{
border-color: #039AF6;
}
.TagClassName
{
border-color: #039AF6;
}
</style>