Shades of Dodger Blue #137AF5
Tints of Dodger Blue #137AF5
RGB
CMYK
RGB Variations
Color information
#137AF5 (or 0x137AF5) is known color: Dodger Blue. HEX triplet: 13, 7A and F5. RGB value is (19,122,245). Sum of RGB (Red+Green+Blue) = 19+122+245=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 245 (96.09% from 255 or 63.47% from 386); Max value from RGB is 245 - color contains mainly: blue. Hex color #137AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AF5 is #EC850A. Grayscale: #686868. Windows color (decimal): -15500555 or 16087571. OLE color: 16087571.
HSL color Cylindrical-coordinate representation of color #137AF5: hue angle of 212.65º degrees, saturation: 0.92, 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 #137AF5 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 122 | 245 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.04 |
| HSL | 212.65º | 0.92% | 0.52% | - |
| HSV(B) | 212.65º | 0.92% | 0.96% | - |
| XYZ | 23.71 | 20.65 | 89.12 | - |
| YUV | 105.23 | 206.88 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 245 | 0.92 | 0.50 | 0 | 0.04 | 212.65 | 0.92 | 0.52 |
| Hex | 13 | 7A | F5 | 5C | 32 | 0 | 4 | D5 | 5C | 34 |
| Octal | 23 | 172 | 365 | 134 | 62 | 0 | 4 | 325 | 134 | 64 |
| Binary | 10011 | 1111010 | 11110101 | 1011100 | 110010 | 0 | 100 | 11010101 | 1011100 | 110100 |
Color Harmonies of #137AF5
Complementary color
Monochromatic Colors of #137AF5
Black with #137AF5
Text Example
Text Example
White with #137AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AF5; }
p { color: rgb(19,122,245); }
H1.HeaderClassName
{
color: #137AF5;
}
.AnyTagClassName
{
color: #137AF5;
}
</style>
background-color css
<style>
a { background-color: #137AF5; }
a { background-color: rgb(19,122,245); }
div.DivClassName
{
background-color: #137AF5;
}
.BgClassName
{
background-color: #137AF5;
}
</style>
border-color css
<style>
span { border-color: #137AF5; }
span { border-color: rgb(19,122,245); }
td.TdClassName
{
border-color: #137AF5;
}
.TagClassName
{
border-color: #137AF5;
}
</style>