Shades of Dodger Blue #037DFD
Tints of Dodger Blue #037DFD
RGB
CMYK
RGB Variations
Color information
#037DFD (or 0x037DFD) is known color: Dodger Blue. HEX triplet: 03, 7D and FD. RGB value is (3,125,253). Sum of RGB (Red+Green+Blue) = 3+125+253=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #037DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DFD is #FC8202. Grayscale: #666666. Windows color (decimal): -16548355 or 16612611. OLE color: 16612611.
HSL color Cylindrical-coordinate representation of color #037DFD: hue angle of 210.72º 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 #037DFD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 125 | 253 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.01 |
| HSL | 210.72º | 0.98% | 0.5% | - |
| HSV(B) | 210.72º | 0.99% | 0.99% | - |
| XYZ | 25.1 | 21.78 | 95.81 | - |
| YUV | 103.11 | 212.58 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 253 | 0.99 | 0.51 | 0 | 0.01 | 210.72 | 0.98 | 0.5 |
| Hex | 3 | 7D | FD | 63 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 3 | 175 | 375 | 143 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 11 | 1111101 | 11111101 | 1100011 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #037DFD
Complementary color
Monochromatic Colors of #037DFD
Black with #037DFD
Text Example
Text Example
White with #037DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DFD; }
p { color: rgb(3,125,253); }
H1.HeaderClassName
{
color: #037DFD;
}
.AnyTagClassName
{
color: #037DFD;
}
</style>
background-color css
<style>
a { background-color: #037DFD; }
a { background-color: rgb(3,125,253); }
div.DivClassName
{
background-color: #037DFD;
}
.BgClassName
{
background-color: #037DFD;
}
</style>
border-color css
<style>
span { border-color: #037DFD; }
span { border-color: rgb(3,125,253); }
td.TdClassName
{
border-color: #037DFD;
}
.TagClassName
{
border-color: #037DFD;
}
</style>