Shades of Dodger Blue #137CFB
Tints of Dodger Blue #137CFB
RGB
CMYK
RGB Variations
Color information
#137CFB (or 0x137CFB) is known color: Dodger Blue. HEX triplet: 13, 7C and FB. RGB value is (19,124,251). Sum of RGB (Red+Green+Blue) = 19+124+251=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #137CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137CFB is #EC8304. Grayscale: #6A6A6A. Windows color (decimal): -15500037 or 16481299. OLE color: 16481299.
HSL color Cylindrical-coordinate representation of color #137CFB: hue angle of 212.84º degrees, saturation: 0.97, 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 #137CFB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 124 | 251 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.02 |
| HSL | 212.84º | 0.97% | 0.53% | - |
| HSV(B) | 212.84º | 0.92% | 0.98% | - |
| XYZ | 24.89 | 21.52 | 94.11 | - |
| YUV | 107.08 | 209.21 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 251 | 0.92 | 0.51 | 0 | 0.02 | 212.84 | 0.97 | 0.53 |
| Hex | 13 | 7C | FB | 5C | 33 | 0 | 2 | D5 | 61 | 35 |
| Octal | 23 | 174 | 373 | 134 | 63 | 0 | 2 | 325 | 141 | 65 |
| Binary | 10011 | 1111100 | 11111011 | 1011100 | 110011 | 0 | 10 | 11010101 | 1100001 | 110101 |
Color Harmonies of #137CFB
Complementary color
Monochromatic Colors of #137CFB
Black with #137CFB
Text Example
Text Example
White with #137CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137CFB; }
p { color: rgb(19,124,251); }
H1.HeaderClassName
{
color: #137CFB;
}
.AnyTagClassName
{
color: #137CFB;
}
</style>
background-color css
<style>
a { background-color: #137CFB; }
a { background-color: rgb(19,124,251); }
div.DivClassName
{
background-color: #137CFB;
}
.BgClassName
{
background-color: #137CFB;
}
</style>
border-color css
<style>
span { border-color: #137CFB; }
span { border-color: rgb(19,124,251); }
td.TdClassName
{
border-color: #137CFB;
}
.TagClassName
{
border-color: #137CFB;
}
</style>