Shades of Dodger Blue #138AF7
Tints of Dodger Blue #138AF7
RGB
CMYK
RGB Variations
Color information
#138AF7 (or 0x138AF7) is known color: Dodger Blue. HEX triplet: 13, 8A and F7. RGB value is (19,138,247). Sum of RGB (Red+Green+Blue) = 19+138+247=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #138AF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138AF7 is #EC7508. Grayscale: #727272. Windows color (decimal): -15496457 or 16222739. OLE color: 16222739.
HSL color Cylindrical-coordinate representation of color #138AF7: hue angle of 208.68º degrees, saturation: 0.93, 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 #138AF7 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 138 | 247 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.03 |
| HSL | 208.68º | 0.93% | 0.52% | - |
| HSV(B) | 208.68º | 0.92% | 0.97% | - |
| XYZ | 26.15 | 25.03 | 91.45 | - |
| YUV | 114.85 | 202.58 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 247 | 0.92 | 0.44 | 0 | 0.03 | 208.68 | 0.93 | 0.52 |
| Hex | 13 | 8A | F7 | 5C | 2C | 0 | 3 | D1 | 5D | 34 |
| Octal | 23 | 212 | 367 | 134 | 54 | 0 | 3 | 321 | 135 | 64 |
| Binary | 10011 | 10001010 | 11110111 | 1011100 | 101100 | 0 | 11 | 11010001 | 1011101 | 110100 |
Color Harmonies of #138AF7
Complementary color
Monochromatic Colors of #138AF7
Black with #138AF7
Text Example
Text Example
White with #138AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AF7; }
p { color: rgb(19,138,247); }
H1.HeaderClassName
{
color: #138AF7;
}
.AnyTagClassName
{
color: #138AF7;
}
</style>
background-color css
<style>
a { background-color: #138AF7; }
a { background-color: rgb(19,138,247); }
div.DivClassName
{
background-color: #138AF7;
}
.BgClassName
{
background-color: #138AF7;
}
</style>
border-color css
<style>
span { border-color: #138AF7; }
span { border-color: rgb(19,138,247); }
td.TdClassName
{
border-color: #138AF7;
}
.TagClassName
{
border-color: #138AF7;
}
</style>