Shades of Dodger Blue #137AFF
Tints of Dodger Blue #137AFF
RGB
CMYK
RGB Variations
Color information
#137AFF (or 0x137AFF) is known color: Dodger Blue. HEX triplet: 13, 7A and FF. RGB value is (19,122,255). Sum of RGB (Red+Green+Blue) = 19+122+255=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #137AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AFF is #EC8500. Grayscale: #696969. Windows color (decimal): -15500545 or 16742931. OLE color: 16742931.
HSL color Cylindrical-coordinate representation of color #137AFF: hue angle of 213.81º 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 #137AFF is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 122 | 255 | - |
| CMYK | 0.93 | 0.52 | 0 | 0 |
| HSL | 213.81º | 1% | 0.54% | - |
| HSV(B) | 213.81º | 0.93% | 1% | - |
| XYZ | 25.28 | 21.28 | 97.38 | - |
| YUV | 106.37 | 211.88 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 255 | 0.93 | 0.52 | 0 | 0 | 213.81 | 1 | 0.54 |
| Hex | 13 | 7A | FF | 5D | 34 | 0 | 0 | D6 | 64 | 36 |
| Octal | 23 | 172 | 377 | 135 | 64 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10011 | 1111010 | 11111111 | 1011101 | 110100 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #137AFF
Complementary color
Monochromatic Colors of #137AFF
Black with #137AFF
Text Example
Text Example
White with #137AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AFF; }
p { color: rgb(19,122,255); }
H1.HeaderClassName
{
color: #137AFF;
}
.AnyTagClassName
{
color: #137AFF;
}
</style>
background-color css
<style>
a { background-color: #137AFF; }
a { background-color: rgb(19,122,255); }
div.DivClassName
{
background-color: #137AFF;
}
.BgClassName
{
background-color: #137AFF;
}
</style>
border-color css
<style>
span { border-color: #137AFF; }
span { border-color: rgb(19,122,255); }
td.TdClassName
{
border-color: #137AFF;
}
.TagClassName
{
border-color: #137AFF;
}
</style>