Shades of Dodger Blue #137FEE
Tints of Dodger Blue #137FEE
RGB
CMYK
RGB Variations
Color information
#137FEE (or 0x137FEE) is known color: Dodger Blue. HEX triplet: 13, 7F and EE. RGB value is (19,127,238). Sum of RGB (Red+Green+Blue) = 19+127+238=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #137FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FEE is #EC8011. Grayscale: #6A6A6A. Windows color (decimal): -15499282 or 15630099. OLE color: 15630099.
HSL color Cylindrical-coordinate representation of color #137FEE: hue angle of 210.41º degrees, saturation: 0.87, 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 #137FEE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 127 | 238 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.07 |
| HSL | 210.41º | 0.87% | 0.5% | - |
| HSV(B) | 210.41º | 0.92% | 0.93% | - |
| XYZ | 23.29 | 21.49 | 83.81 | - |
| YUV | 107.36 | 201.72 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 238 | 0.92 | 0.47 | 0 | 0.07 | 210.41 | 0.87 | 0.5 |
| Hex | 13 | 7F | EE | 5C | 2F | 0 | 7 | D2 | 57 | 32 |
| Octal | 23 | 177 | 356 | 134 | 57 | 0 | 7 | 322 | 127 | 62 |
| Binary | 10011 | 1111111 | 11101110 | 1011100 | 101111 | 0 | 111 | 11010010 | 1010111 | 110010 |
Color Harmonies of #137FEE
Complementary color
Monochromatic Colors of #137FEE
Black with #137FEE
Text Example
Text Example
White with #137FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FEE; }
p { color: rgb(19,127,238); }
H1.HeaderClassName
{
color: #137FEE;
}
.AnyTagClassName
{
color: #137FEE;
}
</style>
background-color css
<style>
a { background-color: #137FEE; }
a { background-color: rgb(19,127,238); }
div.DivClassName
{
background-color: #137FEE;
}
.BgClassName
{
background-color: #137FEE;
}
</style>
border-color css
<style>
span { border-color: #137FEE; }
span { border-color: rgb(19,127,238); }
td.TdClassName
{
border-color: #137FEE;
}
.TagClassName
{
border-color: #137FEE;
}
</style>