Shades of Dodger Blue #138ADF
Tints of Dodger Blue #138ADF
RGB
CMYK
RGB Variations
Color information
#138ADF (or 0x138ADF) is known color: Dodger Blue. HEX triplet: 13, 8A and DF. RGB value is (19,138,223). Sum of RGB (Red+Green+Blue) = 19+138+223=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #138ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ADF is #EC7520. Grayscale: #6F6F6F. Windows color (decimal): -15496481 or 14649875. OLE color: 14649875.
HSL color Cylindrical-coordinate representation of color #138ADF: hue angle of 205º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138ADF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 138 | 223 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.13 |
| HSL | 205º | 0.84% | 0.47% | - |
| HSV(B) | 205º | 0.91% | 0.87% | - |
| XYZ | 22.68 | 23.64 | 73.18 | - |
| YUV | 112.11 | 190.58 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 223 | 0.91 | 0.38 | 0 | 0.13 | 205 | 0.84 | 0.47 |
| Hex | 13 | 8A | DF | 5B | 26 | 0 | D | CD | 54 | 2F |
| Octal | 23 | 212 | 337 | 133 | 46 | 0 | 15 | 315 | 124 | 57 |
| Binary | 10011 | 10001010 | 11011111 | 1011011 | 100110 | 0 | 1101 | 11001101 | 1010100 | 101111 |
Color Harmonies of #138ADF
Complementary color
Monochromatic Colors of #138ADF
Black with #138ADF
Text Example
Text Example
White with #138ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138ADF; }
p { color: rgb(19,138,223); }
H1.HeaderClassName
{
color: #138ADF;
}
.AnyTagClassName
{
color: #138ADF;
}
</style>
background-color css
<style>
a { background-color: #138ADF; }
a { background-color: rgb(19,138,223); }
div.DivClassName
{
background-color: #138ADF;
}
.BgClassName
{
background-color: #138ADF;
}
</style>
border-color css
<style>
span { border-color: #138ADF; }
span { border-color: rgb(19,138,223); }
td.TdClassName
{
border-color: #138ADF;
}
.TagClassName
{
border-color: #138ADF;
}
</style>