Shades of Dodger Blue #138DF9
Tints of Dodger Blue #138DF9
RGB
CMYK
RGB Variations
Color information
#138DF9 (or 0x138DF9) is known color: Dodger Blue. HEX triplet: 13, 8D and F9. RGB value is (19,141,249). Sum of RGB (Red+Green+Blue) = 19+141+249=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #138DF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DF9 is #EC7206. Grayscale: #747474. Windows color (decimal): -15495687 or 16354579. OLE color: 16354579.
HSL color Cylindrical-coordinate representation of color #138DF9: hue angle of 208.17º degrees, saturation: 0.95, 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 #138DF9 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 141 | 249 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.02 |
| HSL | 208.17º | 0.95% | 0.53% | - |
| HSV(B) | 208.17º | 0.92% | 0.98% | - |
| XYZ | 26.89 | 26.03 | 93.23 | - |
| YUV | 116.83 | 202.58 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 249 | 0.92 | 0.43 | 0 | 0.02 | 208.17 | 0.95 | 0.53 |
| Hex | 13 | 8D | F9 | 5C | 2B | 0 | 2 | D0 | 5F | 35 |
| Octal | 23 | 215 | 371 | 134 | 53 | 0 | 2 | 320 | 137 | 65 |
| Binary | 10011 | 10001101 | 11111001 | 1011100 | 101011 | 0 | 10 | 11010000 | 1011111 | 110101 |
Color Harmonies of #138DF9
Complementary color
Monochromatic Colors of #138DF9
Black with #138DF9
Text Example
Text Example
White with #138DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DF9; }
p { color: rgb(19,141,249); }
H1.HeaderClassName
{
color: #138DF9;
}
.AnyTagClassName
{
color: #138DF9;
}
</style>
background-color css
<style>
a { background-color: #138DF9; }
a { background-color: rgb(19,141,249); }
div.DivClassName
{
background-color: #138DF9;
}
.BgClassName
{
background-color: #138DF9;
}
</style>
border-color css
<style>
span { border-color: #138DF9; }
span { border-color: rgb(19,141,249); }
td.TdClassName
{
border-color: #138DF9;
}
.TagClassName
{
border-color: #138DF9;
}
</style>