Shades of Dodger Blue #039FFC
Tints of Dodger Blue #039FFC
RGB
CMYK
RGB Variations
Color information
#039FFC (or 0x039FFC) is known color: Dodger Blue. HEX triplet: 03, 9F and FC. RGB value is (3,159,252). Sum of RGB (Red+Green+Blue) = 3+159+252=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #039FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FFC is #FC6003. Grayscale: #7A7A7A. Windows color (decimal): -16539652 or 16555779. OLE color: 16555779.
HSL color Cylindrical-coordinate representation of color #039FFC: hue angle of 202.41º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039FFC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 159 | 252 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.01 |
| HSL | 202.41º | 0.98% | 0.5% | - |
| HSV(B) | 202.41º | 0.99% | 0.99% | - |
| XYZ | 30.01 | 31.84 | 96.66 | - |
| YUV | 122.96 | 200.82 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 252 | 0.99 | 0.37 | 0 | 0.01 | 202.41 | 0.98 | 0.5 |
| Hex | 3 | 9F | FC | 63 | 25 | 0 | 1 | CA | 62 | 32 |
| Octal | 3 | 237 | 374 | 143 | 45 | 0 | 1 | 312 | 142 | 62 |
| Binary | 11 | 10011111 | 11111100 | 1100011 | 100101 | 0 | 1 | 11001010 | 1100010 | 110010 |
Color Harmonies of #039FFC
Complementary color
Monochromatic Colors of #039FFC
Black with #039FFC
Text Example
Text Example
White with #039FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FFC; }
p { color: rgb(3,159,252); }
H1.HeaderClassName
{
color: #039FFC;
}
.AnyTagClassName
{
color: #039FFC;
}
</style>
background-color css
<style>
a { background-color: #039FFC; }
a { background-color: rgb(3,159,252); }
div.DivClassName
{
background-color: #039FFC;
}
.BgClassName
{
background-color: #039FFC;
}
</style>
border-color css
<style>
span { border-color: #039FFC; }
span { border-color: rgb(3,159,252); }
td.TdClassName
{
border-color: #039FFC;
}
.TagClassName
{
border-color: #039FFC;
}
</style>