Shades of Dodger Blue #137EEB
Tints of Dodger Blue #137EEB
RGB
CMYK
RGB Variations
Color information
#137EEB (or 0x137EEB) is known color: Dodger Blue. HEX triplet: 13, 7E and EB. RGB value is (19,126,235). Sum of RGB (Red+Green+Blue) = 19+126+235=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #137EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137EEB is #EC8114. Grayscale: #696969. Windows color (decimal): -15499541 or 15433235. OLE color: 15433235.
HSL color Cylindrical-coordinate representation of color #137EEB: hue angle of 210.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137EEB is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 126 | 235 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.08 |
| HSL | 210.28º | 0.85% | 0.5% | - |
| HSV(B) | 210.28º | 0.92% | 0.92% | - |
| XYZ | 22.72 | 21.06 | 81.46 | - |
| YUV | 106.43 | 200.55 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 126 | 235 | 0.92 | 0.46 | 0 | 0.08 | 210.28 | 0.85 | 0.5 |
| Hex | 13 | 7E | EB | 5C | 2E | 0 | 8 | D2 | 55 | 32 |
| Octal | 23 | 176 | 353 | 134 | 56 | 0 | 10 | 322 | 125 | 62 |
| Binary | 10011 | 1111110 | 11101011 | 1011100 | 101110 | 0 | 1000 | 11010010 | 1010101 | 110010 |
Color Harmonies of #137EEB
Complementary color
Monochromatic Colors of #137EEB
Black with #137EEB
Text Example
Text Example
White with #137EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137EEB; }
p { color: rgb(19,126,235); }
H1.HeaderClassName
{
color: #137EEB;
}
.AnyTagClassName
{
color: #137EEB;
}
</style>
background-color css
<style>
a { background-color: #137EEB; }
a { background-color: rgb(19,126,235); }
div.DivClassName
{
background-color: #137EEB;
}
.BgClassName
{
background-color: #137EEB;
}
</style>
border-color css
<style>
span { border-color: #137EEB; }
span { border-color: rgb(19,126,235); }
td.TdClassName
{
border-color: #137EEB;
}
.TagClassName
{
border-color: #137EEB;
}
</style>