Shades of Dodger Blue #037EEC
Tints of Dodger Blue #037EEC
RGB
CMYK
RGB Variations
Color information
#037EEC (or 0x037EEC) is known color: Dodger Blue. HEX triplet: 03, 7E and EC. RGB value is (3,126,236). Sum of RGB (Red+Green+Blue) = 3+126+236=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #037EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037EEC is #FC8113. Grayscale: #656565. Windows color (decimal): -16548116 or 15498755. OLE color: 15498755.
HSL color Cylindrical-coordinate representation of color #037EEC: hue angle of 208.33º degrees, saturation: 0.97, 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 #037EEC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 126 | 236 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.07 |
| HSL | 208.33º | 0.97% | 0.47% | - |
| HSV(B) | 208.33º | 0.99% | 0.93% | - |
| XYZ | 22.64 | 21 | 82.22 | - |
| YUV | 101.76 | 203.75 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 236 | 0.99 | 0.47 | 0 | 0.07 | 208.33 | 0.97 | 0.47 |
| Hex | 3 | 7E | EC | 63 | 2F | 0 | 7 | D0 | 61 | 2F |
| Octal | 3 | 176 | 354 | 143 | 57 | 0 | 7 | 320 | 141 | 57 |
| Binary | 11 | 1111110 | 11101100 | 1100011 | 101111 | 0 | 111 | 11010000 | 1100001 | 101111 |
Color Harmonies of #037EEC
Complementary color
Monochromatic Colors of #037EEC
Black with #037EEC
Text Example
Text Example
White with #037EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EEC; }
p { color: rgb(3,126,236); }
H1.HeaderClassName
{
color: #037EEC;
}
.AnyTagClassName
{
color: #037EEC;
}
</style>
background-color css
<style>
a { background-color: #037EEC; }
a { background-color: rgb(3,126,236); }
div.DivClassName
{
background-color: #037EEC;
}
.BgClassName
{
background-color: #037EEC;
}
</style>
border-color css
<style>
span { border-color: #037EEC; }
span { border-color: rgb(3,126,236); }
td.TdClassName
{
border-color: #037EEC;
}
.TagClassName
{
border-color: #037EEC;
}
</style>