Shades of Dodger Blue #039AF8
Tints of Dodger Blue #039AF8
RGB
CMYK
RGB Variations
Color information
#039AF8 (or 0x039AF8) is known color: Dodger Blue. HEX triplet: 03, 9A and F8. RGB value is (3,154,248). Sum of RGB (Red+Green+Blue) = 3+154+248=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #039AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039AF8 is #FC6507. Grayscale: #777777. Windows color (decimal): -16540936 or 16292355. OLE color: 16292355.
HSL color Cylindrical-coordinate representation of color #039AF8: hue angle of 203.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AF8 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 154 | 248 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.03 |
| HSL | 203.02º | 0.98% | 0.49% | - |
| HSV(B) | 203.02º | 0.99% | 0.97% | - |
| XYZ | 28.54 | 29.91 | 93.08 | - |
| YUV | 119.57 | 200.47 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 248 | 0.99 | 0.38 | 0 | 0.03 | 203.02 | 0.98 | 0.49 |
| Hex | 3 | 9A | F8 | 63 | 26 | 0 | 3 | CB | 62 | 31 |
| Octal | 3 | 232 | 370 | 143 | 46 | 0 | 3 | 313 | 142 | 61 |
| Binary | 11 | 10011010 | 11111000 | 1100011 | 100110 | 0 | 11 | 11001011 | 1100010 | 110001 |
Color Harmonies of #039AF8
Complementary color
Monochromatic Colors of #039AF8
Black with #039AF8
Text Example
Text Example
White with #039AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AF8; }
p { color: rgb(3,154,248); }
H1.HeaderClassName
{
color: #039AF8;
}
.AnyTagClassName
{
color: #039AF8;
}
</style>
background-color css
<style>
a { background-color: #039AF8; }
a { background-color: rgb(3,154,248); }
div.DivClassName
{
background-color: #039AF8;
}
.BgClassName
{
background-color: #039AF8;
}
</style>
border-color css
<style>
span { border-color: #039AF8; }
span { border-color: rgb(3,154,248); }
td.TdClassName
{
border-color: #039AF8;
}
.TagClassName
{
border-color: #039AF8;
}
</style>