Shades of Dodger Blue #039CFA
Tints of Dodger Blue #039CFA
RGB
CMYK
RGB Variations
Color information
#039CFA (or 0x039CFA) is known color: Dodger Blue. HEX triplet: 03, 9C and FA. RGB value is (3,156,250). Sum of RGB (Red+Green+Blue) = 3+156+250=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #039CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CFA is #FC6305. Grayscale: #787878. Windows color (decimal): -16540422 or 16423939. OLE color: 16423939.
HSL color Cylindrical-coordinate representation of color #039CFA: hue angle of 202.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CFA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 156 | 250 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.02 |
| HSL | 202.83º | 0.98% | 0.5% | - |
| HSV(B) | 202.83º | 0.99% | 0.98% | - |
| XYZ | 29.18 | 30.7 | 94.83 | - |
| YUV | 120.97 | 200.81 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 250 | 0.99 | 0.38 | 0 | 0.02 | 202.83 | 0.98 | 0.5 |
| Hex | 3 | 9C | FA | 63 | 26 | 0 | 2 | CB | 62 | 32 |
| Octal | 3 | 234 | 372 | 143 | 46 | 0 | 2 | 313 | 142 | 62 |
| Binary | 11 | 10011100 | 11111010 | 1100011 | 100110 | 0 | 10 | 11001011 | 1100010 | 110010 |
Color Harmonies of #039CFA
Complementary color
Monochromatic Colors of #039CFA
Black with #039CFA
Text Example
Text Example
White with #039CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CFA; }
p { color: rgb(3,156,250); }
H1.HeaderClassName
{
color: #039CFA;
}
.AnyTagClassName
{
color: #039CFA;
}
</style>
background-color css
<style>
a { background-color: #039CFA; }
a { background-color: rgb(3,156,250); }
div.DivClassName
{
background-color: #039CFA;
}
.BgClassName
{
background-color: #039CFA;
}
</style>
border-color css
<style>
span { border-color: #039CFA; }
span { border-color: rgb(3,156,250); }
td.TdClassName
{
border-color: #039CFA;
}
.TagClassName
{
border-color: #039CFA;
}
</style>