Shades of Dodger Blue #137CFD
Tints of Dodger Blue #137CFD
RGB
CMYK
RGB Variations
Color information
#137CFD (or 0x137CFD) is known color: Dodger Blue. HEX triplet: 13, 7C and FD. RGB value is (19,124,253). Sum of RGB (Red+Green+Blue) = 19+124+253=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #137CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CFD is #EC8302. Grayscale: #6A6A6A. Windows color (decimal): -15500035 or 16612371. OLE color: 16612371.
HSL color Cylindrical-coordinate representation of color #137CFD: hue angle of 213.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137CFD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 124 | 253 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.01 |
| HSL | 213.08º | 0.98% | 0.53% | - |
| HSV(B) | 213.08º | 0.92% | 0.99% | - |
| XYZ | 25.21 | 21.65 | 95.78 | - |
| YUV | 107.31 | 210.21 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 253 | 0.92 | 0.51 | 0 | 0.01 | 213.08 | 0.98 | 0.53 |
| Hex | 13 | 7C | FD | 5C | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 23 | 174 | 375 | 134 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10011 | 1111100 | 11111101 | 1011100 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #137CFD
Complementary color
Monochromatic Colors of #137CFD
Black with #137CFD
Text Example
Text Example
White with #137CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CFD; }
p { color: rgb(19,124,253); }
H1.HeaderClassName
{
color: #137CFD;
}
.AnyTagClassName
{
color: #137CFD;
}
</style>
background-color css
<style>
a { background-color: #137CFD; }
a { background-color: rgb(19,124,253); }
div.DivClassName
{
background-color: #137CFD;
}
.BgClassName
{
background-color: #137CFD;
}
</style>
border-color css
<style>
span { border-color: #137CFD; }
span { border-color: rgb(19,124,253); }
td.TdClassName
{
border-color: #137CFD;
}
.TagClassName
{
border-color: #137CFD;
}
</style>