Shades of Dodger Blue #137FFB
Tints of Dodger Blue #137FFB
RGB
CMYK
RGB Variations
Color information
#137FFB (or 0x137FFB) is known color: Dodger Blue. HEX triplet: 13, 7F and FB. RGB value is (19,127,251). Sum of RGB (Red+Green+Blue) = 19+127+251=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #137FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137FFB is #EC8004. Grayscale: #6C6C6C. Windows color (decimal): -15499269 or 16482067. OLE color: 16482067.
HSL color Cylindrical-coordinate representation of color #137FFB: hue angle of 212.07º 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 #137FFB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 127 | 251 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.02 |
| HSL | 212.07º | 0.97% | 0.53% | - |
| HSV(B) | 212.07º | 0.92% | 0.98% | - |
| XYZ | 25.27 | 22.28 | 94.24 | - |
| YUV | 108.84 | 208.22 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 251 | 0.92 | 0.49 | 0 | 0.02 | 212.07 | 0.97 | 0.53 |
| Hex | 13 | 7F | FB | 5C | 31 | 0 | 2 | D4 | 61 | 35 |
| Octal | 23 | 177 | 373 | 134 | 61 | 0 | 2 | 324 | 141 | 65 |
| Binary | 10011 | 1111111 | 11111011 | 1011100 | 110001 | 0 | 10 | 11010100 | 1100001 | 110101 |
Color Harmonies of #137FFB
Complementary color
Monochromatic Colors of #137FFB
Black with #137FFB
Text Example
Text Example
White with #137FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FFB; }
p { color: rgb(19,127,251); }
H1.HeaderClassName
{
color: #137FFB;
}
.AnyTagClassName
{
color: #137FFB;
}
</style>
background-color css
<style>
a { background-color: #137FFB; }
a { background-color: rgb(19,127,251); }
div.DivClassName
{
background-color: #137FFB;
}
.BgClassName
{
background-color: #137FFB;
}
</style>
border-color css
<style>
span { border-color: #137FFB; }
span { border-color: rgb(19,127,251); }
td.TdClassName
{
border-color: #137FFB;
}
.TagClassName
{
border-color: #137FFB;
}
</style>