Shades of Dodger Blue #037DED
Tints of Dodger Blue #037DED
RGB
CMYK
RGB Variations
Color information
#037DED (or 0x037DED) is known color: Dodger Blue. HEX triplet: 03, 7D and ED. RGB value is (3,125,237). Sum of RGB (Red+Green+Blue) = 3+125+237=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #037DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037DED is #FC8212. Grayscale: #646464. Windows color (decimal): -16548371 or 15564035. OLE color: 15564035.
HSL color Cylindrical-coordinate representation of color #037DED: hue angle of 208.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037DED is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 125 | 237 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.07 |
| HSL | 208.72º | 0.98% | 0.47% | - |
| HSV(B) | 208.72º | 0.99% | 0.93% | - |
| XYZ | 22.66 | 20.8 | 82.94 | - |
| YUV | 101.29 | 204.58 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 125 | 237 | 0.99 | 0.47 | 0 | 0.07 | 208.72 | 0.98 | 0.47 |
| Hex | 3 | 7D | ED | 63 | 2F | 0 | 7 | D1 | 62 | 2F |
| Octal | 3 | 175 | 355 | 143 | 57 | 0 | 7 | 321 | 142 | 57 |
| Binary | 11 | 1111101 | 11101101 | 1100011 | 101111 | 0 | 111 | 11010001 | 1100010 | 101111 |
Color Harmonies of #037DED
Complementary color
Monochromatic Colors of #037DED
Black with #037DED
Text Example
Text Example
White with #037DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037DED; }
p { color: rgb(3,125,237); }
H1.HeaderClassName
{
color: #037DED;
}
.AnyTagClassName
{
color: #037DED;
}
</style>
background-color css
<style>
a { background-color: #037DED; }
a { background-color: rgb(3,125,237); }
div.DivClassName
{
background-color: #037DED;
}
.BgClassName
{
background-color: #037DED;
}
</style>
border-color css
<style>
span { border-color: #037DED; }
span { border-color: rgb(3,125,237); }
td.TdClassName
{
border-color: #037DED;
}
.TagClassName
{
border-color: #037DED;
}
</style>