Shades of Dodger Blue #137BEF
Tints of Dodger Blue #137BEF
RGB
CMYK
RGB Variations
Color information
#137BEF (or 0x137BEF) is known color: Dodger Blue. HEX triplet: 13, 7B and EF. RGB value is (19,123,239). Sum of RGB (Red+Green+Blue) = 19+123+239=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #137BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137BEF is #EC8410. Grayscale: #686868. Windows color (decimal): -15500305 or 15694611. OLE color: 15694611.
HSL color Cylindrical-coordinate representation of color #137BEF: hue angle of 211.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137BEF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 123 | 239 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.06 |
| HSL | 211.64º | 0.87% | 0.51% | - |
| HSV(B) | 211.64º | 0.92% | 0.94% | - |
| XYZ | 22.93 | 20.54 | 84.42 | - |
| YUV | 105.13 | 203.54 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 239 | 0.92 | 0.49 | 0 | 0.06 | 211.64 | 0.87 | 0.51 |
| Hex | 13 | 7B | EF | 5C | 31 | 0 | 6 | D4 | 57 | 33 |
| Octal | 23 | 173 | 357 | 134 | 61 | 0 | 6 | 324 | 127 | 63 |
| Binary | 10011 | 1111011 | 11101111 | 1011100 | 110001 | 0 | 110 | 11010100 | 1010111 | 110011 |
Color Harmonies of #137BEF
Complementary color
Monochromatic Colors of #137BEF
Black with #137BEF
Text Example
Text Example
White with #137BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BEF; }
p { color: rgb(19,123,239); }
H1.HeaderClassName
{
color: #137BEF;
}
.AnyTagClassName
{
color: #137BEF;
}
</style>
background-color css
<style>
a { background-color: #137BEF; }
a { background-color: rgb(19,123,239); }
div.DivClassName
{
background-color: #137BEF;
}
.BgClassName
{
background-color: #137BEF;
}
</style>
border-color css
<style>
span { border-color: #137BEF; }
span { border-color: rgb(19,123,239); }
td.TdClassName
{
border-color: #137BEF;
}
.TagClassName
{
border-color: #137BEF;
}
</style>