Shades of Dodger Blue #039BFD
Tints of Dodger Blue #039BFD
RGB
CMYK
RGB Variations
Color information
#039BFD (or 0x039BFD) is known color: Dodger Blue. HEX triplet: 03, 9B and FD. RGB value is (3,155,253). Sum of RGB (Red+Green+Blue) = 3+155+253=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #039BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BFD is #FC6402. Grayscale: #787878. Windows color (decimal): -16540675 or 16620291. OLE color: 16620291.
HSL color Cylindrical-coordinate representation of color #039BFD: hue angle of 203.52º 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 #039BFD is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 155 | 253 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.01 |
| HSL | 203.52º | 0.98% | 0.5% | - |
| HSV(B) | 203.52º | 0.99% | 0.99% | - |
| XYZ | 29.49 | 30.55 | 97.27 | - |
| YUV | 120.72 | 202.64 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 253 | 0.99 | 0.39 | 0 | 0.01 | 203.52 | 0.98 | 0.5 |
| Hex | 3 | 9B | FD | 63 | 27 | 0 | 1 | CC | 62 | 32 |
| Octal | 3 | 233 | 375 | 143 | 47 | 0 | 1 | 314 | 142 | 62 |
| Binary | 11 | 10011011 | 11111101 | 1100011 | 100111 | 0 | 1 | 11001100 | 1100010 | 110010 |
Color Harmonies of #039BFD
Complementary color
Monochromatic Colors of #039BFD
Black with #039BFD
Text Example
Text Example
White with #039BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BFD; }
p { color: rgb(3,155,253); }
H1.HeaderClassName
{
color: #039BFD;
}
.AnyTagClassName
{
color: #039BFD;
}
</style>
background-color css
<style>
a { background-color: #039BFD; }
a { background-color: rgb(3,155,253); }
div.DivClassName
{
background-color: #039BFD;
}
.BgClassName
{
background-color: #039BFD;
}
</style>
border-color css
<style>
span { border-color: #039BFD; }
span { border-color: rgb(3,155,253); }
td.TdClassName
{
border-color: #039BFD;
}
.TagClassName
{
border-color: #039BFD;
}
</style>