Shades of Dodger Blue #138DF3
Tints of Dodger Blue #138DF3
RGB
CMYK
RGB Variations
Color information
#138DF3 (or 0x138DF3) is known color: Dodger Blue. HEX triplet: 13, 8D and F3. RGB value is (19,141,243). Sum of RGB (Red+Green+Blue) = 19+141+243=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #138DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138DF3 is #EC720C. Grayscale: #737373. Windows color (decimal): -15495693 or 15961363. OLE color: 15961363.
HSL color Cylindrical-coordinate representation of color #138DF3: hue angle of 207.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138DF3 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 141 | 243 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.05 |
| HSL | 207.32º | 0.9% | 0.51% | - |
| HSV(B) | 207.32º | 0.92% | 0.95% | - |
| XYZ | 25.97 | 25.66 | 88.38 | - |
| YUV | 116.15 | 199.58 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 243 | 0.92 | 0.42 | 0 | 0.05 | 207.32 | 0.9 | 0.51 |
| Hex | 13 | 8D | F3 | 5C | 2A | 0 | 5 | CF | 5A | 33 |
| Octal | 23 | 215 | 363 | 134 | 52 | 0 | 5 | 317 | 132 | 63 |
| Binary | 10011 | 10001101 | 11110011 | 1011100 | 101010 | 0 | 101 | 11001111 | 1011010 | 110011 |
Color Harmonies of #138DF3
Complementary color
Monochromatic Colors of #138DF3
Black with #138DF3
Text Example
Text Example
White with #138DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DF3; }
p { color: rgb(19,141,243); }
H1.HeaderClassName
{
color: #138DF3;
}
.AnyTagClassName
{
color: #138DF3;
}
</style>
background-color css
<style>
a { background-color: #138DF3; }
a { background-color: rgb(19,141,243); }
div.DivClassName
{
background-color: #138DF3;
}
.BgClassName
{
background-color: #138DF3;
}
</style>
border-color css
<style>
span { border-color: #138DF3; }
span { border-color: rgb(19,141,243); }
td.TdClassName
{
border-color: #138DF3;
}
.TagClassName
{
border-color: #138DF3;
}
</style>