Shades of Dodger Blue #137FEC
Tints of Dodger Blue #137FEC
RGB
CMYK
RGB Variations
Color information
#137FEC (or 0x137FEC) is known color: Dodger Blue. HEX triplet: 13, 7F and EC. RGB value is (19,127,236). Sum of RGB (Red+Green+Blue) = 19+127+236=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #137FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FEC is #EC8013. Grayscale: #6A6A6A. Windows color (decimal): -15499284 or 15499027. OLE color: 15499027.
HSL color Cylindrical-coordinate representation of color #137FEC: hue angle of 210.14º degrees, saturation: 0.85, 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 #137FEC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 127 | 236 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.07 |
| HSL | 210.14º | 0.85% | 0.5% | - |
| HSV(B) | 210.14º | 0.92% | 0.93% | - |
| XYZ | 23 | 21.37 | 82.27 | - |
| YUV | 107.13 | 200.72 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 236 | 0.92 | 0.46 | 0 | 0.07 | 210.14 | 0.85 | 0.5 |
| Hex | 13 | 7F | EC | 5C | 2E | 0 | 7 | D2 | 55 | 32 |
| Octal | 23 | 177 | 354 | 134 | 56 | 0 | 7 | 322 | 125 | 62 |
| Binary | 10011 | 1111111 | 11101100 | 1011100 | 101110 | 0 | 111 | 11010010 | 1010101 | 110010 |
Color Harmonies of #137FEC
Complementary color
Monochromatic Colors of #137FEC
Black with #137FEC
Text Example
Text Example
White with #137FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FEC; }
p { color: rgb(19,127,236); }
H1.HeaderClassName
{
color: #137FEC;
}
.AnyTagClassName
{
color: #137FEC;
}
</style>
background-color css
<style>
a { background-color: #137FEC; }
a { background-color: rgb(19,127,236); }
div.DivClassName
{
background-color: #137FEC;
}
.BgClassName
{
background-color: #137FEC;
}
</style>
border-color css
<style>
span { border-color: #137FEC; }
span { border-color: rgb(19,127,236); }
td.TdClassName
{
border-color: #137FEC;
}
.TagClassName
{
border-color: #137FEC;
}
</style>