Shades of Dodger Blue #137AF6
Tints of Dodger Blue #137AF6
RGB
CMYK
RGB Variations
Color information
#137AF6 (or 0x137AF6) is known color: Dodger Blue. HEX triplet: 13, 7A and F6. RGB value is (19,122,246). Sum of RGB (Red+Green+Blue) = 19+122+246=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #137AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AF6 is #EC8509. Grayscale: #686868. Windows color (decimal): -15500554 or 16153107. OLE color: 16153107.
HSL color Cylindrical-coordinate representation of color #137AF6: hue angle of 212.78º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137AF6 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 122 | 246 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.04 |
| HSL | 212.78º | 0.93% | 0.52% | - |
| HSV(B) | 212.78º | 0.92% | 0.96% | - |
| XYZ | 23.86 | 20.71 | 89.93 | - |
| YUV | 105.34 | 207.38 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 246 | 0.92 | 0.50 | 0 | 0.04 | 212.78 | 0.93 | 0.52 |
| Hex | 13 | 7A | F6 | 5C | 32 | 0 | 4 | D5 | 5D | 34 |
| Octal | 23 | 172 | 366 | 134 | 62 | 0 | 4 | 325 | 135 | 64 |
| Binary | 10011 | 1111010 | 11110110 | 1011100 | 110010 | 0 | 100 | 11010101 | 1011101 | 110100 |
Color Harmonies of #137AF6
Complementary color
Monochromatic Colors of #137AF6
Black with #137AF6
Text Example
Text Example
White with #137AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AF6; }
p { color: rgb(19,122,246); }
H1.HeaderClassName
{
color: #137AF6;
}
.AnyTagClassName
{
color: #137AF6;
}
</style>
background-color css
<style>
a { background-color: #137AF6; }
a { background-color: rgb(19,122,246); }
div.DivClassName
{
background-color: #137AF6;
}
.BgClassName
{
background-color: #137AF6;
}
</style>
border-color css
<style>
span { border-color: #137AF6; }
span { border-color: rgb(19,122,246); }
td.TdClassName
{
border-color: #137AF6;
}
.TagClassName
{
border-color: #137AF6;
}
</style>