Shades of Dodger Blue #137AF1
Tints of Dodger Blue #137AF1
RGB
CMYK
RGB Variations
Color information
#137AF1 (or 0x137AF1) is known color: Dodger Blue. HEX triplet: 13, 7A and F1. RGB value is (19,122,241). Sum of RGB (Red+Green+Blue) = 19+122+241=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #137AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AF1 is #EC850E. Grayscale: #686868. Windows color (decimal): -15500559 or 15825427. OLE color: 15825427.
HSL color Cylindrical-coordinate representation of color #137AF1: hue angle of 212.16º degrees, saturation: 0.89, 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 #137AF1 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 122 | 241 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.05 |
| HSL | 212.16º | 0.89% | 0.51% | - |
| HSV(B) | 212.16º | 0.92% | 0.95% | - |
| XYZ | 23.11 | 20.41 | 85.94 | - |
| YUV | 104.77 | 204.88 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 241 | 0.92 | 0.49 | 0 | 0.05 | 212.16 | 0.89 | 0.51 |
| Hex | 13 | 7A | F1 | 5C | 31 | 0 | 5 | D4 | 59 | 33 |
| Octal | 23 | 172 | 361 | 134 | 61 | 0 | 5 | 324 | 131 | 63 |
| Binary | 10011 | 1111010 | 11110001 | 1011100 | 110001 | 0 | 101 | 11010100 | 1011001 | 110011 |
Color Harmonies of #137AF1
Complementary color
Monochromatic Colors of #137AF1
Black with #137AF1
Text Example
Text Example
White with #137AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AF1; }
p { color: rgb(19,122,241); }
H1.HeaderClassName
{
color: #137AF1;
}
.AnyTagClassName
{
color: #137AF1;
}
</style>
background-color css
<style>
a { background-color: #137AF1; }
a { background-color: rgb(19,122,241); }
div.DivClassName
{
background-color: #137AF1;
}
.BgClassName
{
background-color: #137AF1;
}
</style>
border-color css
<style>
span { border-color: #137AF1; }
span { border-color: rgb(19,122,241); }
td.TdClassName
{
border-color: #137AF1;
}
.TagClassName
{
border-color: #137AF1;
}
</style>