Shades of Dodger Blue #138DF5
Tints of Dodger Blue #138DF5
RGB
CMYK
RGB Variations
Color information
#138DF5 (or 0x138DF5) is known color: Dodger Blue. HEX triplet: 13, 8D and F5. RGB value is (19,141,245). Sum of RGB (Red+Green+Blue) = 19+141+245=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 245 (96.09% from 255 or 60.49% from 405); Max value from RGB is 245 - color contains mainly: blue. Hex color #138DF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DF5 is #EC720A. Grayscale: #737373. Windows color (decimal): -15495691 or 16092435. OLE color: 16092435.
HSL color Cylindrical-coordinate representation of color #138DF5: hue angle of 207.61º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138DF5 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 141 | 245 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.04 |
| HSL | 207.61º | 0.92% | 0.52% | - |
| HSV(B) | 207.61º | 0.92% | 0.96% | - |
| XYZ | 26.27 | 25.78 | 89.98 | - |
| YUV | 116.38 | 200.58 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 245 | 0.92 | 0.42 | 0 | 0.04 | 207.61 | 0.92 | 0.52 |
| Hex | 13 | 8D | F5 | 5C | 2A | 0 | 4 | D0 | 5C | 34 |
| Octal | 23 | 215 | 365 | 134 | 52 | 0 | 4 | 320 | 134 | 64 |
| Binary | 10011 | 10001101 | 11110101 | 1011100 | 101010 | 0 | 100 | 11010000 | 1011100 | 110100 |
Color Harmonies of #138DF5
Complementary color
Monochromatic Colors of #138DF5
Black with #138DF5
Text Example
Text Example
White with #138DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DF5; }
p { color: rgb(19,141,245); }
H1.HeaderClassName
{
color: #138DF5;
}
.AnyTagClassName
{
color: #138DF5;
}
</style>
background-color css
<style>
a { background-color: #138DF5; }
a { background-color: rgb(19,141,245); }
div.DivClassName
{
background-color: #138DF5;
}
.BgClassName
{
background-color: #138DF5;
}
</style>
border-color css
<style>
span { border-color: #138DF5; }
span { border-color: rgb(19,141,245); }
td.TdClassName
{
border-color: #138DF5;
}
.TagClassName
{
border-color: #138DF5;
}
</style>