Shades of Dodger Blue #137BEC
Tints of Dodger Blue #137BEC
RGB
CMYK
RGB Variations
Color information
#137BEC (or 0x137BEC) is known color: Dodger Blue. HEX triplet: 13, 7B and EC. RGB value is (19,123,236). Sum of RGB (Red+Green+Blue) = 19+123+236=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #137BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BEC is #EC8413. Grayscale: #686868. Windows color (decimal): -15500308 or 15498003. OLE color: 15498003.
HSL color Cylindrical-coordinate representation of color #137BEC: hue angle of 211.24º 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 #137BEC is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 123 | 236 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.07 |
| HSL | 211.24º | 0.85% | 0.5% | - |
| HSV(B) | 211.24º | 0.92% | 0.93% | - |
| XYZ | 22.49 | 20.36 | 82.1 | - |
| YUV | 104.79 | 202.04 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 236 | 0.92 | 0.48 | 0 | 0.07 | 211.24 | 0.85 | 0.5 |
| Hex | 13 | 7B | EC | 5C | 30 | 0 | 7 | D3 | 55 | 32 |
| Octal | 23 | 173 | 354 | 134 | 60 | 0 | 7 | 323 | 125 | 62 |
| Binary | 10011 | 1111011 | 11101100 | 1011100 | 110000 | 0 | 111 | 11010011 | 1010101 | 110010 |
Color Harmonies of #137BEC
Complementary color
Monochromatic Colors of #137BEC
Black with #137BEC
Text Example
Text Example
White with #137BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BEC; }
p { color: rgb(19,123,236); }
H1.HeaderClassName
{
color: #137BEC;
}
.AnyTagClassName
{
color: #137BEC;
}
</style>
background-color css
<style>
a { background-color: #137BEC; }
a { background-color: rgb(19,123,236); }
div.DivClassName
{
background-color: #137BEC;
}
.BgClassName
{
background-color: #137BEC;
}
</style>
border-color css
<style>
span { border-color: #137BEC; }
span { border-color: rgb(19,123,236); }
td.TdClassName
{
border-color: #137BEC;
}
.TagClassName
{
border-color: #137BEC;
}
</style>