Shades of Dodger Blue #138FDF
Tints of Dodger Blue #138FDF
RGB
CMYK
RGB Variations
Color information
#138FDF (or 0x138FDF) is known color: Dodger Blue. HEX triplet: 13, 8F and DF. RGB value is (19,143,223). Sum of RGB (Red+Green+Blue) = 19+143+223=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #138FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FDF is #EC7020. Grayscale: #727272. Windows color (decimal): -15495201 or 14651155. OLE color: 14651155.
HSL color Cylindrical-coordinate representation of color #138FDF: hue angle of 203.53º 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 #138FDF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 143 | 223 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.13 |
| HSL | 203.53º | 0.84% | 0.47% | - |
| HSV(B) | 203.53º | 0.91% | 0.87% | - |
| XYZ | 23.41 | 25.11 | 73.43 | - |
| YUV | 115.04 | 188.92 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 223 | 0.91 | 0.36 | 0 | 0.13 | 203.53 | 0.84 | 0.47 |
| Hex | 13 | 8F | DF | 5B | 24 | 0 | D | CC | 54 | 2F |
| Octal | 23 | 217 | 337 | 133 | 44 | 0 | 15 | 314 | 124 | 57 |
| Binary | 10011 | 10001111 | 11011111 | 1011011 | 100100 | 0 | 1101 | 11001100 | 1010100 | 101111 |
Color Harmonies of #138FDF
Complementary color
Monochromatic Colors of #138FDF
Black with #138FDF
Text Example
Text Example
White with #138FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FDF; }
p { color: rgb(19,143,223); }
H1.HeaderClassName
{
color: #138FDF;
}
.AnyTagClassName
{
color: #138FDF;
}
</style>
background-color css
<style>
a { background-color: #138FDF; }
a { background-color: rgb(19,143,223); }
div.DivClassName
{
background-color: #138FDF;
}
.BgClassName
{
background-color: #138FDF;
}
</style>
border-color css
<style>
span { border-color: #138FDF; }
span { border-color: rgb(19,143,223); }
td.TdClassName
{
border-color: #138FDF;
}
.TagClassName
{
border-color: #138FDF;
}
</style>