Shades of Dodger Blue #137CE8
Tints of Dodger Blue #137CE8
RGB
CMYK
RGB Variations
Color information
#137CE8 (or 0x137CE8) is known color: Dodger Blue. HEX triplet: 13, 7C and E8. RGB value is (19,124,232). Sum of RGB (Red+Green+Blue) = 19+124+232=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #137CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CE8 is #EC8317. Grayscale: #686868. Windows color (decimal): -15500056 or 15236115. OLE color: 15236115.
HSL color Cylindrical-coordinate representation of color #137CE8: hue angle of 210.42º 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 #137CE8 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 124 | 232 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.09 |
| HSL | 210.42º | 0.85% | 0.49% | - |
| HSV(B) | 210.42º | 0.92% | 0.91% | - |
| XYZ | 22.04 | 20.38 | 79.12 | - |
| YUV | 104.92 | 199.71 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 232 | 0.92 | 0.47 | 0 | 0.09 | 210.42 | 0.85 | 0.49 |
| Hex | 13 | 7C | E8 | 5C | 2F | 0 | 9 | D2 | 55 | 31 |
| Octal | 23 | 174 | 350 | 134 | 57 | 0 | 11 | 322 | 125 | 61 |
| Binary | 10011 | 1111100 | 11101000 | 1011100 | 101111 | 0 | 1001 | 11010010 | 1010101 | 110001 |
Color Harmonies of #137CE8
Complementary color
Monochromatic Colors of #137CE8
Black with #137CE8
Text Example
Text Example
White with #137CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CE8; }
p { color: rgb(19,124,232); }
H1.HeaderClassName
{
color: #137CE8;
}
.AnyTagClassName
{
color: #137CE8;
}
</style>
background-color css
<style>
a { background-color: #137CE8; }
a { background-color: rgb(19,124,232); }
div.DivClassName
{
background-color: #137CE8;
}
.BgClassName
{
background-color: #137CE8;
}
</style>
border-color css
<style>
span { border-color: #137CE8; }
span { border-color: rgb(19,124,232); }
td.TdClassName
{
border-color: #137CE8;
}
.TagClassName
{
border-color: #137CE8;
}
</style>