Shades of Dodger Blue #037EEF
Tints of Dodger Blue #037EEF
RGB
CMYK
RGB Variations
Color information
#037EEF (or 0x037EEF) is known color: Dodger Blue. HEX triplet: 03, 7E and EF. RGB value is (3,126,239). Sum of RGB (Red+Green+Blue) = 3+126+239=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #037EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037EEF is #FC8110. Grayscale: #656565. Windows color (decimal): -16548113 or 15695363. OLE color: 15695363.
HSL color Cylindrical-coordinate representation of color #037EEF: hue angle of 208.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037EEF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 126 | 239 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.06 |
| HSL | 208.73º | 0.98% | 0.47% | - |
| HSV(B) | 208.73º | 0.99% | 0.94% | - |
| XYZ | 23.08 | 21.17 | 84.53 | - |
| YUV | 102.11 | 205.25 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 239 | 0.99 | 0.47 | 0 | 0.06 | 208.73 | 0.98 | 0.47 |
| Hex | 3 | 7E | EF | 63 | 2F | 0 | 6 | D1 | 62 | 2F |
| Octal | 3 | 176 | 357 | 143 | 57 | 0 | 6 | 321 | 142 | 57 |
| Binary | 11 | 1111110 | 11101111 | 1100011 | 101111 | 0 | 110 | 11010001 | 1100010 | 101111 |
Color Harmonies of #037EEF
Complementary color
Monochromatic Colors of #037EEF
Black with #037EEF
Text Example
Text Example
White with #037EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EEF; }
p { color: rgb(3,126,239); }
H1.HeaderClassName
{
color: #037EEF;
}
.AnyTagClassName
{
color: #037EEF;
}
</style>
background-color css
<style>
a { background-color: #037EEF; }
a { background-color: rgb(3,126,239); }
div.DivClassName
{
background-color: #037EEF;
}
.BgClassName
{
background-color: #037EEF;
}
</style>
border-color css
<style>
span { border-color: #037EEF; }
span { border-color: rgb(3,126,239); }
td.TdClassName
{
border-color: #037EEF;
}
.TagClassName
{
border-color: #037EEF;
}
</style>