Shades of Dodger Blue #039FFD
Tints of Dodger Blue #039FFD
RGB
CMYK
RGB Variations
Color information
#039FFD (or 0x039FFD) is known color: Dodger Blue. HEX triplet: 03, 9F and FD. RGB value is (3,159,253). Sum of RGB (Red+Green+Blue) = 3+159+253=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #039FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FFD is #FC6002. Grayscale: #7A7A7A. Windows color (decimal): -16539651 or 16621315. OLE color: 16621315.
HSL color Cylindrical-coordinate representation of color #039FFD: hue angle of 202.56º 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 #039FFD is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 159 | 253 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.01 |
| HSL | 202.56º | 0.98% | 0.5% | - |
| HSV(B) | 202.56º | 0.99% | 0.99% | - |
| XYZ | 30.17 | 31.91 | 97.5 | - |
| YUV | 123.07 | 201.32 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 253 | 0.99 | 0.37 | 0 | 0.01 | 202.56 | 0.98 | 0.5 |
| Hex | 3 | 9F | FD | 63 | 25 | 0 | 1 | CB | 62 | 32 |
| Octal | 3 | 237 | 375 | 143 | 45 | 0 | 1 | 313 | 142 | 62 |
| Binary | 11 | 10011111 | 11111101 | 1100011 | 100101 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #039FFD
Complementary color
Monochromatic Colors of #039FFD
Black with #039FFD
Text Example
Text Example
White with #039FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FFD; }
p { color: rgb(3,159,253); }
H1.HeaderClassName
{
color: #039FFD;
}
.AnyTagClassName
{
color: #039FFD;
}
</style>
background-color css
<style>
a { background-color: #039FFD; }
a { background-color: rgb(3,159,253); }
div.DivClassName
{
background-color: #039FFD;
}
.BgClassName
{
background-color: #039FFD;
}
</style>
border-color css
<style>
span { border-color: #039FFD; }
span { border-color: rgb(3,159,253); }
td.TdClassName
{
border-color: #039FFD;
}
.TagClassName
{
border-color: #039FFD;
}
</style>