Shades of Dodger Blue #039CFF
Tints of Dodger Blue #039CFF
RGB
CMYK
RGB Variations
Color information
#039CFF (or 0x039CFF) is known color: Dodger Blue. HEX triplet: 03, 9C and FF. RGB value is (3,156,255). Sum of RGB (Red+Green+Blue) = 3+156+255=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #039CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CFF is #FC6300. Grayscale: #787878. Windows color (decimal): -16540417 or 16751619. OLE color: 16751619.
HSL color Cylindrical-coordinate representation of color #039CFF: hue angle of 203.57º 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 #039CFF is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 156 | 255 | - |
| CMYK | 0.99 | 0.39 | 0 | 0 |
| HSL | 203.57º | 1% | 0.51% | - |
| HSV(B) | 203.57º | 0.99% | 1% | - |
| XYZ | 29.98 | 31.02 | 99.01 | - |
| YUV | 121.54 | 203.31 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 255 | 0.99 | 0.39 | 0 | 0 | 203.57 | 1 | 0.51 |
| Hex | 3 | 9C | FF | 63 | 27 | 0 | 0 | CC | 64 | 33 |
| Octal | 3 | 234 | 377 | 143 | 47 | 0 | 0 | 314 | 144 | 63 |
| Binary | 11 | 10011100 | 11111111 | 1100011 | 100111 | 0 | 0 | 11001100 | 1100100 | 110011 |
Color Harmonies of #039CFF
Complementary color
Monochromatic Colors of #039CFF
Black with #039CFF
Text Example
Text Example
White with #039CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CFF; }
p { color: rgb(3,156,255); }
H1.HeaderClassName
{
color: #039CFF;
}
.AnyTagClassName
{
color: #039CFF;
}
</style>
background-color css
<style>
a { background-color: #039CFF; }
a { background-color: rgb(3,156,255); }
div.DivClassName
{
background-color: #039CFF;
}
.BgClassName
{
background-color: #039CFF;
}
</style>
border-color css
<style>
span { border-color: #039CFF; }
span { border-color: rgb(3,156,255); }
td.TdClassName
{
border-color: #039CFF;
}
.TagClassName
{
border-color: #039CFF;
}
</style>