Shades of Dodger Blue #037CEC
Tints of Dodger Blue #037CEC
RGB
CMYK
RGB Variations
Color information
#037CEC (or 0x037CEC) is known color: Dodger Blue. HEX triplet: 03, 7C and EC. RGB value is (3,124,236). Sum of RGB (Red+Green+Blue) = 3+124+236=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #037CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037CEC is #FC8313. Grayscale: #646464. Windows color (decimal): -16548628 or 15498243. OLE color: 15498243.
HSL color Cylindrical-coordinate representation of color #037CEC: hue angle of 208.84º 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 #037CEC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 124 | 236 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.07 |
| HSL | 208.84º | 0.97% | 0.47% | - |
| HSV(B) | 208.84º | 0.99% | 0.93% | - |
| XYZ | 22.39 | 20.49 | 82.13 | - |
| YUV | 100.59 | 204.41 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 124 | 236 | 0.99 | 0.47 | 0 | 0.07 | 208.84 | 0.97 | 0.47 |
| Hex | 3 | 7C | EC | 63 | 2F | 0 | 7 | D1 | 61 | 2F |
| Octal | 3 | 174 | 354 | 143 | 57 | 0 | 7 | 321 | 141 | 57 |
| Binary | 11 | 1111100 | 11101100 | 1100011 | 101111 | 0 | 111 | 11010001 | 1100001 | 101111 |
Color Harmonies of #037CEC
Complementary color
Monochromatic Colors of #037CEC
Black with #037CEC
Text Example
Text Example
White with #037CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037CEC; }
p { color: rgb(3,124,236); }
H1.HeaderClassName
{
color: #037CEC;
}
.AnyTagClassName
{
color: #037CEC;
}
</style>
background-color css
<style>
a { background-color: #037CEC; }
a { background-color: rgb(3,124,236); }
div.DivClassName
{
background-color: #037CEC;
}
.BgClassName
{
background-color: #037CEC;
}
</style>
border-color css
<style>
span { border-color: #037CEC; }
span { border-color: rgb(3,124,236); }
td.TdClassName
{
border-color: #037CEC;
}
.TagClassName
{
border-color: #037CEC;
}
</style>