Shades of Dodger Blue #137FFF
Tints of Dodger Blue #137FFF
RGB
CMYK
RGB Variations
Color information
#137FFF (or 0x137FFF) is known color: Dodger Blue. HEX triplet: 13, 7F and FF. RGB value is (19,127,255). Sum of RGB (Red+Green+Blue) = 19+127+255=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #137FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FFF is #EC8000. Grayscale: #6C6C6C. Windows color (decimal): -15499265 or 16744211. OLE color: 16744211.
HSL color Cylindrical-coordinate representation of color #137FFF: hue angle of 212.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137FFF is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 127 | 255 | - |
| CMYK | 0.93 | 0.50 | 0 | 0 |
| HSL | 212.54º | 1% | 0.54% | - |
| HSV(B) | 212.54º | 0.93% | 1% | - |
| XYZ | 25.91 | 22.54 | 97.59 | - |
| YUV | 109.3 | 210.22 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 255 | 0.93 | 0.50 | 0 | 0 | 212.54 | 1 | 0.54 |
| Hex | 13 | 7F | FF | 5D | 32 | 0 | 0 | D5 | 64 | 36 |
| Octal | 23 | 177 | 377 | 135 | 62 | 0 | 0 | 325 | 144 | 66 |
| Binary | 10011 | 1111111 | 11111111 | 1011101 | 110010 | 0 | 0 | 11010101 | 1100100 | 110110 |
Color Harmonies of #137FFF
Complementary color
Monochromatic Colors of #137FFF
Black with #137FFF
Text Example
Text Example
White with #137FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FFF; }
p { color: rgb(19,127,255); }
H1.HeaderClassName
{
color: #137FFF;
}
.AnyTagClassName
{
color: #137FFF;
}
</style>
background-color css
<style>
a { background-color: #137FFF; }
a { background-color: rgb(19,127,255); }
div.DivClassName
{
background-color: #137FFF;
}
.BgClassName
{
background-color: #137FFF;
}
</style>
border-color css
<style>
span { border-color: #137FFF; }
span { border-color: rgb(19,127,255); }
td.TdClassName
{
border-color: #137FFF;
}
.TagClassName
{
border-color: #137FFF;
}
</style>