Shades of Dodger Blue #137CEC
Tints of Dodger Blue #137CEC
RGB
CMYK
RGB Variations
Color information
#137CEC (or 0x137CEC) is known color: Dodger Blue. HEX triplet: 13, 7C and EC. RGB value is (19,124,236). Sum of RGB (Red+Green+Blue) = 19+124+236=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #137CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CEC is #EC8313. Grayscale: #686868. Windows color (decimal): -15500052 or 15498259. OLE color: 15498259.
HSL color Cylindrical-coordinate representation of color #137CEC: hue angle of 210.97º 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 #137CEC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 124 | 236 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.07 |
| HSL | 210.97º | 0.85% | 0.5% | - |
| HSV(B) | 210.97º | 0.92% | 0.93% | - |
| XYZ | 22.62 | 20.61 | 82.14 | - |
| YUV | 105.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 236 | 0.92 | 0.47 | 0 | 0.07 | 210.97 | 0.85 | 0.5 |
| Hex | 13 | 7C | EC | 5C | 2F | 0 | 7 | D3 | 55 | 32 |
| Octal | 23 | 174 | 354 | 134 | 57 | 0 | 7 | 323 | 125 | 62 |
| Binary | 10011 | 1111100 | 11101100 | 1011100 | 101111 | 0 | 111 | 11010011 | 1010101 | 110010 |
Color Harmonies of #137CEC
Complementary color
Monochromatic Colors of #137CEC
Black with #137CEC
Text Example
Text Example
White with #137CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CEC; }
p { color: rgb(19,124,236); }
H1.HeaderClassName
{
color: #137CEC;
}
.AnyTagClassName
{
color: #137CEC;
}
</style>
background-color css
<style>
a { background-color: #137CEC; }
a { background-color: rgb(19,124,236); }
div.DivClassName
{
background-color: #137CEC;
}
.BgClassName
{
background-color: #137CEC;
}
</style>
border-color css
<style>
span { border-color: #137CEC; }
span { border-color: rgb(19,124,236); }
td.TdClassName
{
border-color: #137CEC;
}
.TagClassName
{
border-color: #137CEC;
}
</style>