Shades of Dodger Blue #137BED
Tints of Dodger Blue #137BED
RGB
CMYK
RGB Variations
Color information
#137BED (or 0x137BED) is known color: Dodger Blue. HEX triplet: 13, 7B and ED. RGB value is (19,123,237). Sum of RGB (Red+Green+Blue) = 19+123+237=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #137BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BED is #EC8412. Grayscale: #686868. Windows color (decimal): -15500307 or 15563539. OLE color: 15563539.
HSL color Cylindrical-coordinate representation of color #137BED: hue angle of 211.38º 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 #137BED is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 123 | 237 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.07 |
| HSL | 211.38º | 0.86% | 0.5% | - |
| HSV(B) | 211.38º | 0.92% | 0.93% | - |
| XYZ | 22.64 | 20.42 | 82.87 | - |
| YUV | 104.9 | 202.54 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 237 | 0.92 | 0.48 | 0 | 0.07 | 211.38 | 0.86 | 0.5 |
| Hex | 13 | 7B | ED | 5C | 30 | 0 | 7 | D3 | 56 | 32 |
| Octal | 23 | 173 | 355 | 134 | 60 | 0 | 7 | 323 | 126 | 62 |
| Binary | 10011 | 1111011 | 11101101 | 1011100 | 110000 | 0 | 111 | 11010011 | 1010110 | 110010 |
Color Harmonies of #137BED
Complementary color
Monochromatic Colors of #137BED
Black with #137BED
Text Example
Text Example
White with #137BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BED; }
p { color: rgb(19,123,237); }
H1.HeaderClassName
{
color: #137BED;
}
.AnyTagClassName
{
color: #137BED;
}
</style>
background-color css
<style>
a { background-color: #137BED; }
a { background-color: rgb(19,123,237); }
div.DivClassName
{
background-color: #137BED;
}
.BgClassName
{
background-color: #137BED;
}
</style>
border-color css
<style>
span { border-color: #137BED; }
span { border-color: rgb(19,123,237); }
td.TdClassName
{
border-color: #137BED;
}
.TagClassName
{
border-color: #137BED;
}
</style>