Shades of Dodger Blue #039FFF
Tints of Dodger Blue #039FFF
RGB
CMYK
RGB Variations
Color information
#039FFF (or 0x039FFF) is known color: Dodger Blue. HEX triplet: 03, 9F and FF. RGB value is (3,159,255). Sum of RGB (Red+Green+Blue) = 3+159+255=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #039FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FFF is #FC6000. Grayscale: #7A7A7A. Windows color (decimal): -16539649 or 16752387. OLE color: 16752387.
HSL color Cylindrical-coordinate representation of color #039FFF: hue angle of 202.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FFF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 159 | 255 | - |
| CMYK | 0.99 | 0.38 | 0 | 0 |
| HSL | 202.86º | 1% | 0.51% | - |
| HSV(B) | 202.86º | 0.99% | 1% | - |
| XYZ | 30.49 | 32.04 | 99.18 | - |
| YUV | 123.3 | 202.32 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 255 | 0.99 | 0.38 | 0 | 0 | 202.86 | 1 | 0.51 |
| Hex | 3 | 9F | FF | 63 | 26 | 0 | 0 | CB | 64 | 33 |
| Octal | 3 | 237 | 377 | 143 | 46 | 0 | 0 | 313 | 144 | 63 |
| Binary | 11 | 10011111 | 11111111 | 1100011 | 100110 | 0 | 0 | 11001011 | 1100100 | 110011 |
Color Harmonies of #039FFF
Complementary color
Monochromatic Colors of #039FFF
Black with #039FFF
Text Example
Text Example
White with #039FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FFF; }
p { color: rgb(3,159,255); }
H1.HeaderClassName
{
color: #039FFF;
}
.AnyTagClassName
{
color: #039FFF;
}
</style>
background-color css
<style>
a { background-color: #039FFF; }
a { background-color: rgb(3,159,255); }
div.DivClassName
{
background-color: #039FFF;
}
.BgClassName
{
background-color: #039FFF;
}
</style>
border-color css
<style>
span { border-color: #039FFF; }
span { border-color: rgb(3,159,255); }
td.TdClassName
{
border-color: #039FFF;
}
.TagClassName
{
border-color: #039FFF;
}
</style>