Shades of Dodger Blue #037DF7
Tints of Dodger Blue #037DF7
RGB
CMYK
RGB Variations
Color information
#037DF7 (or 0x037DF7) is known color: Dodger Blue. HEX triplet: 03, 7D and F7. RGB value is (3,125,247). Sum of RGB (Red+Green+Blue) = 3+125+247=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 247 (96.88% from 255 or 65.87% from 375); Max value from RGB is 247 - color contains mainly: blue. Hex color #037DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DF7 is #FC8208. Grayscale: #656565. Windows color (decimal): -16548361 or 16219395. OLE color: 16219395.
HSL color Cylindrical-coordinate representation of color #037DF7: hue angle of 210º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DF7 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 125 | 247 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.03 |
| HSL | 210º | 0.98% | 0.49% | - |
| HSV(B) | 210º | 0.99% | 0.97% | - |
| XYZ | 24.16 | 21.4 | 90.85 | - |
| YUV | 102.43 | 209.58 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 247 | 0.99 | 0.49 | 0 | 0.03 | 210 | 0.98 | 0.49 |
| Hex | 3 | 7D | F7 | 63 | 31 | 0 | 3 | D2 | 62 | 31 |
| Octal | 3 | 175 | 367 | 143 | 61 | 0 | 3 | 322 | 142 | 61 |
| Binary | 11 | 1111101 | 11110111 | 1100011 | 110001 | 0 | 11 | 11010010 | 1100010 | 110001 |
Color Harmonies of #037DF7
Complementary color
Monochromatic Colors of #037DF7
Black with #037DF7
Text Example
Text Example
White with #037DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DF7; }
p { color: rgb(3,125,247); }
H1.HeaderClassName
{
color: #037DF7;
}
.AnyTagClassName
{
color: #037DF7;
}
</style>
background-color css
<style>
a { background-color: #037DF7; }
a { background-color: rgb(3,125,247); }
div.DivClassName
{
background-color: #037DF7;
}
.BgClassName
{
background-color: #037DF7;
}
</style>
border-color css
<style>
span { border-color: #037DF7; }
span { border-color: rgb(3,125,247); }
td.TdClassName
{
border-color: #037DF7;
}
.TagClassName
{
border-color: #037DF7;
}
</style>