Shades of Dodger Blue #137DF2
Tints of Dodger Blue #137DF2
RGB
CMYK
RGB Variations
Color information
#137DF2 (or 0x137DF2) is known color: Dodger Blue. HEX triplet: 13, 7D and F2. RGB value is (19,125,242). Sum of RGB (Red+Green+Blue) = 19+125+242=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #137DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DF2 is #EC820D. Grayscale: #6A6A6A. Windows color (decimal): -15499790 or 15891731. OLE color: 15891731.
HSL color Cylindrical-coordinate representation of color #137DF2: hue angle of 211.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137DF2 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 125 | 242 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.05 |
| HSL | 211.48º | 0.9% | 0.51% | - |
| HSV(B) | 211.48º | 0.92% | 0.95% | - |
| XYZ | 23.63 | 21.22 | 86.85 | - |
| YUV | 106.64 | 204.38 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 242 | 0.92 | 0.48 | 0 | 0.05 | 211.48 | 0.9 | 0.51 |
| Hex | 13 | 7D | F2 | 5C | 30 | 0 | 5 | D3 | 5A | 33 |
| Octal | 23 | 175 | 362 | 134 | 60 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10011 | 1111101 | 11110010 | 1011100 | 110000 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #137DF2
Complementary color
Monochromatic Colors of #137DF2
Black with #137DF2
Text Example
Text Example
White with #137DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DF2; }
p { color: rgb(19,125,242); }
H1.HeaderClassName
{
color: #137DF2;
}
.AnyTagClassName
{
color: #137DF2;
}
</style>
background-color css
<style>
a { background-color: #137DF2; }
a { background-color: rgb(19,125,242); }
div.DivClassName
{
background-color: #137DF2;
}
.BgClassName
{
background-color: #137DF2;
}
</style>
border-color css
<style>
span { border-color: #137DF2; }
span { border-color: rgb(19,125,242); }
td.TdClassName
{
border-color: #137DF2;
}
.TagClassName
{
border-color: #137DF2;
}
</style>