Shades of Dodger Blue #137EED
Tints of Dodger Blue #137EED
RGB
CMYK
RGB Variations
Color information
#137EED (or 0x137EED) is known color: Dodger Blue. HEX triplet: 13, 7E and ED. RGB value is (19,126,237). Sum of RGB (Red+Green+Blue) = 19+126+237=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #137EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EED is #EC8112. Grayscale: #6A6A6A. Windows color (decimal): -15499539 or 15564307. OLE color: 15564307.
HSL color Cylindrical-coordinate representation of color #137EED: hue angle of 210.55º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137EED is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 126 | 237 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.07 |
| HSL | 210.55º | 0.86% | 0.5% | - |
| HSV(B) | 210.55º | 0.92% | 0.93% | - |
| XYZ | 23.02 | 21.17 | 82.99 | - |
| YUV | 106.66 | 201.55 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 237 | 0.92 | 0.47 | 0 | 0.07 | 210.55 | 0.86 | 0.5 |
| Hex | 13 | 7E | ED | 5C | 2F | 0 | 7 | D3 | 56 | 32 |
| Octal | 23 | 176 | 355 | 134 | 57 | 0 | 7 | 323 | 126 | 62 |
| Binary | 10011 | 1111110 | 11101101 | 1011100 | 101111 | 0 | 111 | 11010011 | 1010110 | 110010 |
Color Harmonies of #137EED
Complementary color
Monochromatic Colors of #137EED
Black with #137EED
Text Example
Text Example
White with #137EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EED; }
p { color: rgb(19,126,237); }
H1.HeaderClassName
{
color: #137EED;
}
.AnyTagClassName
{
color: #137EED;
}
</style>
background-color css
<style>
a { background-color: #137EED; }
a { background-color: rgb(19,126,237); }
div.DivClassName
{
background-color: #137EED;
}
.BgClassName
{
background-color: #137EED;
}
</style>
border-color css
<style>
span { border-color: #137EED; }
span { border-color: rgb(19,126,237); }
td.TdClassName
{
border-color: #137EED;
}
.TagClassName
{
border-color: #137EED;
}
</style>