Shades of Dodger Blue #137DF8
Tints of Dodger Blue #137DF8
RGB
CMYK
RGB Variations
Color information
#137DF8 (or 0x137DF8) is known color: Dodger Blue. HEX triplet: 13, 7D and F8. RGB value is (19,125,248). Sum of RGB (Red+Green+Blue) = 19+125+248=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #137DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137DF8 is #EC8207. Grayscale: #6A6A6A. Windows color (decimal): -15499784 or 16284947. OLE color: 16284947.
HSL color Cylindrical-coordinate representation of color #137DF8: hue angle of 212.23º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #137DF8 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 125 | 248 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.03 |
| HSL | 212.23º | 0.94% | 0.52% | - |
| HSV(B) | 212.23º | 0.92% | 0.97% | - |
| XYZ | 24.55 | 21.58 | 91.68 | - |
| YUV | 107.33 | 207.38 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 125 | 248 | 0.92 | 0.50 | 0 | 0.03 | 212.23 | 0.94 | 0.52 |
| Hex | 13 | 7D | F8 | 5C | 32 | 0 | 3 | D4 | 5E | 34 |
| Octal | 23 | 175 | 370 | 134 | 62 | 0 | 3 | 324 | 136 | 64 |
| Binary | 10011 | 1111101 | 11111000 | 1011100 | 110010 | 0 | 11 | 11010100 | 1011110 | 110100 |
Color Harmonies of #137DF8
Complementary color
Monochromatic Colors of #137DF8
Black with #137DF8
Text Example
Text Example
White with #137DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137DF8; }
p { color: rgb(19,125,248); }
H1.HeaderClassName
{
color: #137DF8;
}
.AnyTagClassName
{
color: #137DF8;
}
</style>
background-color css
<style>
a { background-color: #137DF8; }
a { background-color: rgb(19,125,248); }
div.DivClassName
{
background-color: #137DF8;
}
.BgClassName
{
background-color: #137DF8;
}
</style>
border-color css
<style>
span { border-color: #137DF8; }
span { border-color: rgb(19,125,248); }
td.TdClassName
{
border-color: #137DF8;
}
.TagClassName
{
border-color: #137DF8;
}
</style>