Shades of Dodger Blue #137FE8
Tints of Dodger Blue #137FE8
RGB
CMYK
RGB Variations
Color information
#137FE8 (or 0x137FE8) is known color: Dodger Blue. HEX triplet: 13, 7F and E8. RGB value is (19,127,232). Sum of RGB (Red+Green+Blue) = 19+127+232=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #137FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FE8 is #EC8017. Grayscale: #6A6A6A. Windows color (decimal): -15499288 or 15236883. OLE color: 15236883.
HSL color Cylindrical-coordinate representation of color #137FE8: hue angle of 209.58º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137FE8 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 127 | 232 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.09 |
| HSL | 209.58º | 0.85% | 0.49% | - |
| HSV(B) | 209.58º | 0.92% | 0.91% | - |
| XYZ | 22.42 | 21.14 | 79.24 | - |
| YUV | 106.68 | 198.72 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 232 | 0.92 | 0.45 | 0 | 0.09 | 209.58 | 0.85 | 0.49 |
| Hex | 13 | 7F | E8 | 5C | 2D | 0 | 9 | D2 | 55 | 31 |
| Octal | 23 | 177 | 350 | 134 | 55 | 0 | 11 | 322 | 125 | 61 |
| Binary | 10011 | 1111111 | 11101000 | 1011100 | 101101 | 0 | 1001 | 11010010 | 1010101 | 110001 |
Color Harmonies of #137FE8
Complementary color
Monochromatic Colors of #137FE8
Black with #137FE8
Text Example
Text Example
White with #137FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FE8; }
p { color: rgb(19,127,232); }
H1.HeaderClassName
{
color: #137FE8;
}
.AnyTagClassName
{
color: #137FE8;
}
</style>
background-color css
<style>
a { background-color: #137FE8; }
a { background-color: rgb(19,127,232); }
div.DivClassName
{
background-color: #137FE8;
}
.BgClassName
{
background-color: #137FE8;
}
</style>
border-color css
<style>
span { border-color: #137FE8; }
span { border-color: rgb(19,127,232); }
td.TdClassName
{
border-color: #137FE8;
}
.TagClassName
{
border-color: #137FE8;
}
</style>