Shades of Dodger Blue #039AF4
Tints of Dodger Blue #039AF4
RGB
CMYK
RGB Variations
Color information
#039AF4 (or 0x039AF4) is known color: Dodger Blue. HEX triplet: 03, 9A and F4. RGB value is (3,154,244). Sum of RGB (Red+Green+Blue) = 3+154+244=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #039AF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039AF4 is #FC650B. Grayscale: #767676. Windows color (decimal): -16540940 or 16030211. OLE color: 16030211.
HSL color Cylindrical-coordinate representation of color #039AF4: hue angle of 202.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AF4 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 154 | 244 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.04 |
| HSL | 202.41º | 0.98% | 0.48% | - |
| HSV(B) | 202.41º | 0.99% | 0.96% | - |
| XYZ | 27.92 | 29.66 | 89.84 | - |
| YUV | 119.11 | 198.47 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 244 | 0.99 | 0.37 | 0 | 0.04 | 202.41 | 0.98 | 0.48 |
| Hex | 3 | 9A | F4 | 63 | 25 | 0 | 4 | CA | 62 | 30 |
| Octal | 3 | 232 | 364 | 143 | 45 | 0 | 4 | 312 | 142 | 60 |
| Binary | 11 | 10011010 | 11110100 | 1100011 | 100101 | 0 | 100 | 11001010 | 1100010 | 110000 |
Color Harmonies of #039AF4
Complementary color
Monochromatic Colors of #039AF4
Black with #039AF4
Text Example
Text Example
White with #039AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AF4; }
p { color: rgb(3,154,244); }
H1.HeaderClassName
{
color: #039AF4;
}
.AnyTagClassName
{
color: #039AF4;
}
</style>
background-color css
<style>
a { background-color: #039AF4; }
a { background-color: rgb(3,154,244); }
div.DivClassName
{
background-color: #039AF4;
}
.BgClassName
{
background-color: #039AF4;
}
</style>
border-color css
<style>
span { border-color: #039AF4; }
span { border-color: rgb(3,154,244); }
td.TdClassName
{
border-color: #039AF4;
}
.TagClassName
{
border-color: #039AF4;
}
</style>