Shades of Dodger Blue #037FEC
Tints of Dodger Blue #037FEC
RGB
CMYK
RGB Variations
Color information
#037FEC (or 0x037FEC) is known color: Dodger Blue. HEX triplet: 03, 7F and EC. RGB value is (3,127,236). Sum of RGB (Red+Green+Blue) = 3+127+236=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #037FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037FEC is #FC8013. Grayscale: #656565. Windows color (decimal): -16547860 or 15499011. OLE color: 15499011.
HSL color Cylindrical-coordinate representation of color #037FEC: hue angle of 208.07º 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 #037FEC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 127 | 236 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.07 |
| HSL | 208.07º | 0.97% | 0.47% | - |
| HSV(B) | 208.07º | 0.99% | 0.93% | - |
| XYZ | 22.77 | 21.25 | 82.26 | - |
| YUV | 102.35 | 203.42 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 127 | 236 | 0.99 | 0.46 | 0 | 0.07 | 208.07 | 0.97 | 0.47 |
| Hex | 3 | 7F | EC | 63 | 2E | 0 | 7 | D0 | 61 | 2F |
| Octal | 3 | 177 | 354 | 143 | 56 | 0 | 7 | 320 | 141 | 57 |
| Binary | 11 | 1111111 | 11101100 | 1100011 | 101110 | 0 | 111 | 11010000 | 1100001 | 101111 |
Color Harmonies of #037FEC
Complementary color
Monochromatic Colors of #037FEC
Black with #037FEC
Text Example
Text Example
White with #037FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037FEC; }
p { color: rgb(3,127,236); }
H1.HeaderClassName
{
color: #037FEC;
}
.AnyTagClassName
{
color: #037FEC;
}
</style>
background-color css
<style>
a { background-color: #037FEC; }
a { background-color: rgb(3,127,236); }
div.DivClassName
{
background-color: #037FEC;
}
.BgClassName
{
background-color: #037FEC;
}
</style>
border-color css
<style>
span { border-color: #037FEC; }
span { border-color: rgb(3,127,236); }
td.TdClassName
{
border-color: #037FEC;
}
.TagClassName
{
border-color: #037FEC;
}
</style>