Shades of Dodger Blue #037EEE
Tints of Dodger Blue #037EEE
RGB
CMYK
RGB Variations
Color information
#037EEE (or 0x037EEE) is known color: Dodger Blue. HEX triplet: 03, 7E and EE. RGB value is (3,126,238). Sum of RGB (Red+Green+Blue) = 3+126+238=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #037EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037EEE is #FC8111. Grayscale: #656565. Windows color (decimal): -16548114 or 15629827. OLE color: 15629827.
HSL color Cylindrical-coordinate representation of color #037EEE: hue angle of 208.6º 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 #037EEE is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 126 | 238 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.07 |
| HSL | 208.6º | 0.98% | 0.47% | - |
| HSV(B) | 208.6º | 0.99% | 0.93% | - |
| XYZ | 22.93 | 21.11 | 83.76 | - |
| YUV | 101.99 | 204.75 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 126 | 238 | 0.99 | 0.47 | 0 | 0.07 | 208.6 | 0.98 | 0.47 |
| Hex | 3 | 7E | EE | 63 | 2F | 0 | 7 | D1 | 62 | 2F |
| Octal | 3 | 176 | 356 | 143 | 57 | 0 | 7 | 321 | 142 | 57 |
| Binary | 11 | 1111110 | 11101110 | 1100011 | 101111 | 0 | 111 | 11010001 | 1100010 | 101111 |
Color Harmonies of #037EEE
Complementary color
Monochromatic Colors of #037EEE
Black with #037EEE
Text Example
Text Example
White with #037EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037EEE; }
p { color: rgb(3,126,238); }
H1.HeaderClassName
{
color: #037EEE;
}
.AnyTagClassName
{
color: #037EEE;
}
</style>
background-color css
<style>
a { background-color: #037EEE; }
a { background-color: rgb(3,126,238); }
div.DivClassName
{
background-color: #037EEE;
}
.BgClassName
{
background-color: #037EEE;
}
</style>
border-color css
<style>
span { border-color: #037EEE; }
span { border-color: rgb(3,126,238); }
td.TdClassName
{
border-color: #037EEE;
}
.TagClassName
{
border-color: #037EEE;
}
</style>