Shades of Dodger Blue #137CFA
Tints of Dodger Blue #137CFA
RGB
CMYK
RGB Variations
Color information
#137CFA (or 0x137CFA) is known color: Dodger Blue. HEX triplet: 13, 7C and FA. RGB value is (19,124,250). Sum of RGB (Red+Green+Blue) = 19+124+250=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #137CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CFA is #EC8305. Grayscale: #6A6A6A. Windows color (decimal): -15500038 or 16415763. OLE color: 16415763.
HSL color Cylindrical-coordinate representation of color #137CFA: hue angle of 212.73º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137CFA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 124 | 250 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.02 |
| HSL | 212.73º | 0.96% | 0.53% | - |
| HSV(B) | 212.73º | 0.92% | 0.98% | - |
| XYZ | 24.73 | 21.46 | 93.28 | - |
| YUV | 106.97 | 208.71 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 250 | 0.92 | 0.50 | 0 | 0.02 | 212.73 | 0.96 | 0.53 |
| Hex | 13 | 7C | FA | 5C | 32 | 0 | 2 | D5 | 60 | 35 |
| Octal | 23 | 174 | 372 | 134 | 62 | 0 | 2 | 325 | 140 | 65 |
| Binary | 10011 | 1111100 | 11111010 | 1011100 | 110010 | 0 | 10 | 11010101 | 1100000 | 110101 |
Color Harmonies of #137CFA
Complementary color
Monochromatic Colors of #137CFA
Black with #137CFA
Text Example
Text Example
White with #137CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CFA; }
p { color: rgb(19,124,250); }
H1.HeaderClassName
{
color: #137CFA;
}
.AnyTagClassName
{
color: #137CFA;
}
</style>
background-color css
<style>
a { background-color: #137CFA; }
a { background-color: rgb(19,124,250); }
div.DivClassName
{
background-color: #137CFA;
}
.BgClassName
{
background-color: #137CFA;
}
</style>
border-color css
<style>
span { border-color: #137CFA; }
span { border-color: rgb(19,124,250); }
td.TdClassName
{
border-color: #137CFA;
}
.TagClassName
{
border-color: #137CFA;
}
</style>