Shades of Dodger Blue #137AF2
Tints of Dodger Blue #137AF2
RGB
CMYK
RGB Variations
Color information
#137AF2 (or 0x137AF2) is known color: Dodger Blue. HEX triplet: 13, 7A and F2. RGB value is (19,122,242). Sum of RGB (Red+Green+Blue) = 19+122+242=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #137AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AF2 is #EC850D. Grayscale: #686868. Windows color (decimal): -15500558 or 15890963. OLE color: 15890963.
HSL color Cylindrical-coordinate representation of color #137AF2: hue angle of 212.29º 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 #137AF2 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 122 | 242 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.05 |
| HSL | 212.29º | 0.9% | 0.51% | - |
| HSV(B) | 212.29º | 0.92% | 0.95% | - |
| XYZ | 23.26 | 20.47 | 86.73 | - |
| YUV | 104.88 | 205.38 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 242 | 0.92 | 0.50 | 0 | 0.05 | 212.29 | 0.9 | 0.51 |
| Hex | 13 | 7A | F2 | 5C | 32 | 0 | 5 | D4 | 5A | 33 |
| Octal | 23 | 172 | 362 | 134 | 62 | 0 | 5 | 324 | 132 | 63 |
| Binary | 10011 | 1111010 | 11110010 | 1011100 | 110010 | 0 | 101 | 11010100 | 1011010 | 110011 |
Color Harmonies of #137AF2
Complementary color
Monochromatic Colors of #137AF2
Black with #137AF2
Text Example
Text Example
White with #137AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AF2; }
p { color: rgb(19,122,242); }
H1.HeaderClassName
{
color: #137AF2;
}
.AnyTagClassName
{
color: #137AF2;
}
</style>
background-color css
<style>
a { background-color: #137AF2; }
a { background-color: rgb(19,122,242); }
div.DivClassName
{
background-color: #137AF2;
}
.BgClassName
{
background-color: #137AF2;
}
</style>
border-color css
<style>
span { border-color: #137AF2; }
span { border-color: rgb(19,122,242); }
td.TdClassName
{
border-color: #137AF2;
}
.TagClassName
{
border-color: #137AF2;
}
</style>