Shades of Dodger Blue #137AFE
Tints of Dodger Blue #137AFE
RGB
CMYK
RGB Variations
Color information
#137AFE (or 0x137AFE) is known color: Dodger Blue. HEX triplet: 13, 7A and FE. RGB value is (19,122,254). Sum of RGB (Red+Green+Blue) = 19+122+254=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #137AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #137AFE is #EC8501. Grayscale: #696969. Windows color (decimal): -15500546 or 16677395. OLE color: 16677395.
HSL color Cylindrical-coordinate representation of color #137AFE: hue angle of 213.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #137AFE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 122 | 254 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.00 |
| HSL | 213.7º | 0.99% | 0.54% | - |
| HSV(B) | 213.7º | 0.93% | 1% | - |
| XYZ | 25.12 | 21.21 | 96.54 | - |
| YUV | 106.25 | 211.38 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 254 | 0.93 | 0.52 | 0 | 0.00 | 213.7 | 0.99 | 0.54 |
| Hex | 13 | 7A | FE | 5D | 34 | 0 | 0 | D6 | 63 | 36 |
| Octal | 23 | 172 | 376 | 135 | 64 | 0 | 0 | 326 | 143 | 66 |
| Binary | 10011 | 1111010 | 11111110 | 1011101 | 110100 | 0 | 0 | 11010110 | 1100011 | 110110 |
Color Harmonies of #137AFE
Complementary color
Monochromatic Colors of #137AFE
Black with #137AFE
Text Example
Text Example
White with #137AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137AFE; }
p { color: rgb(19,122,254); }
H1.HeaderClassName
{
color: #137AFE;
}
.AnyTagClassName
{
color: #137AFE;
}
</style>
background-color css
<style>
a { background-color: #137AFE; }
a { background-color: rgb(19,122,254); }
div.DivClassName
{
background-color: #137AFE;
}
.BgClassName
{
background-color: #137AFE;
}
</style>
border-color css
<style>
span { border-color: #137AFE; }
span { border-color: rgb(19,122,254); }
td.TdClassName
{
border-color: #137AFE;
}
.TagClassName
{
border-color: #137AFE;
}
</style>