Shades of Dodger Blue #137CED
Tints of Dodger Blue #137CED
RGB
CMYK
RGB Variations
Color information
#137CED (or 0x137CED) is known color: Dodger Blue. HEX triplet: 13, 7C and ED. RGB value is (19,124,237). Sum of RGB (Red+Green+Blue) = 19+124+237=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #137CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CED is #EC8312. Grayscale: #686868. Windows color (decimal): -15500051 or 15563795. OLE color: 15563795.
HSL color Cylindrical-coordinate representation of color #137CED: hue angle of 211.1º degrees, saturation: 0.86, 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 #137CED is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 124 | 237 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.07 |
| HSL | 211.1º | 0.86% | 0.5% | - |
| HSV(B) | 211.1º | 0.92% | 0.93% | - |
| XYZ | 22.76 | 20.67 | 82.91 | - |
| YUV | 105.49 | 202.21 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 237 | 0.92 | 0.48 | 0 | 0.07 | 211.1 | 0.86 | 0.5 |
| Hex | 13 | 7C | ED | 5C | 30 | 0 | 7 | D3 | 56 | 32 |
| Octal | 23 | 174 | 355 | 134 | 60 | 0 | 7 | 323 | 126 | 62 |
| Binary | 10011 | 1111100 | 11101101 | 1011100 | 110000 | 0 | 111 | 11010011 | 1010110 | 110010 |
Color Harmonies of #137CED
Complementary color
Monochromatic Colors of #137CED
Black with #137CED
Text Example
Text Example
White with #137CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CED; }
p { color: rgb(19,124,237); }
H1.HeaderClassName
{
color: #137CED;
}
.AnyTagClassName
{
color: #137CED;
}
</style>
background-color css
<style>
a { background-color: #137CED; }
a { background-color: rgb(19,124,237); }
div.DivClassName
{
background-color: #137CED;
}
.BgClassName
{
background-color: #137CED;
}
</style>
border-color css
<style>
span { border-color: #137CED; }
span { border-color: rgb(19,124,237); }
td.TdClassName
{
border-color: #137CED;
}
.TagClassName
{
border-color: #137CED;
}
</style>