Shades of Dodger Blue #137FE6
Tints of Dodger Blue #137FE6
RGB
CMYK
RGB Variations
Color information
#137FE6 (or 0x137FE6) is known color: Dodger Blue. HEX triplet: 13, 7F and E6. RGB value is (19,127,230). Sum of RGB (Red+Green+Blue) = 19+127+230=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #137FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FE6 is #EC8019. Grayscale: #696969. Windows color (decimal): -15499290 or 15105811. OLE color: 15105811.
HSL color Cylindrical-coordinate representation of color #137FE6: hue angle of 209.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137FE6 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 127 | 230 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.10 |
| HSL | 209.29º | 0.85% | 0.49% | - |
| HSV(B) | 209.29º | 0.92% | 0.9% | - |
| XYZ | 22.14 | 21.03 | 77.76 | - |
| YUV | 106.45 | 197.72 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 230 | 0.92 | 0.45 | 0 | 0.10 | 209.29 | 0.85 | 0.49 |
| Hex | 13 | 7F | E6 | 5C | 2D | 0 | A | D1 | 55 | 31 |
| Octal | 23 | 177 | 346 | 134 | 55 | 0 | 12 | 321 | 125 | 61 |
| Binary | 10011 | 1111111 | 11100110 | 1011100 | 101101 | 0 | 1010 | 11010001 | 1010101 | 110001 |
Color Harmonies of #137FE6
Complementary color
Monochromatic Colors of #137FE6
Black with #137FE6
Text Example
Text Example
White with #137FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FE6; }
p { color: rgb(19,127,230); }
H1.HeaderClassName
{
color: #137FE6;
}
.AnyTagClassName
{
color: #137FE6;
}
</style>
background-color css
<style>
a { background-color: #137FE6; }
a { background-color: rgb(19,127,230); }
div.DivClassName
{
background-color: #137FE6;
}
.BgClassName
{
background-color: #137FE6;
}
</style>
border-color css
<style>
span { border-color: #137FE6; }
span { border-color: rgb(19,127,230); }
td.TdClassName
{
border-color: #137FE6;
}
.TagClassName
{
border-color: #137FE6;
}
</style>