Shades of Dodger Blue #039FFB
Tints of Dodger Blue #039FFB
RGB
CMYK
RGB Variations
Color information
#039FFB (or 0x039FFB) is known color: Dodger Blue. HEX triplet: 03, 9F and FB. RGB value is (3,159,251). Sum of RGB (Red+Green+Blue) = 3+159+251=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #039FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039FFB is #FC6004. Grayscale: #7A7A7A. Windows color (decimal): -16539653 or 16490243. OLE color: 16490243.
HSL color Cylindrical-coordinate representation of color #039FFB: hue angle of 202.26º 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 #039FFB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 159 | 251 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.02 |
| HSL | 202.26º | 0.98% | 0.5% | - |
| HSV(B) | 202.26º | 0.99% | 0.98% | - |
| XYZ | 29.85 | 31.78 | 95.83 | - |
| YUV | 122.84 | 200.32 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 159 | 251 | 0.99 | 0.37 | 0 | 0.02 | 202.26 | 0.98 | 0.5 |
| Hex | 3 | 9F | FB | 63 | 25 | 0 | 2 | CA | 62 | 32 |
| Octal | 3 | 237 | 373 | 143 | 45 | 0 | 2 | 312 | 142 | 62 |
| Binary | 11 | 10011111 | 11111011 | 1100011 | 100101 | 0 | 10 | 11001010 | 1100010 | 110010 |
Color Harmonies of #039FFB
Complementary color
Monochromatic Colors of #039FFB
Black with #039FFB
Text Example
Text Example
White with #039FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039FFB; }
p { color: rgb(3,159,251); }
H1.HeaderClassName
{
color: #039FFB;
}
.AnyTagClassName
{
color: #039FFB;
}
</style>
background-color css
<style>
a { background-color: #039FFB; }
a { background-color: rgb(3,159,251); }
div.DivClassName
{
background-color: #039FFB;
}
.BgClassName
{
background-color: #039FFB;
}
</style>
border-color css
<style>
span { border-color: #039FFB; }
span { border-color: rgb(3,159,251); }
td.TdClassName
{
border-color: #039FFB;
}
.TagClassName
{
border-color: #039FFB;
}
</style>