Shades of Dodger Blue #138BF0
Tints of Dodger Blue #138BF0
RGB
CMYK
RGB Variations
Color information
#138BF0 (or 0x138BF0) is known color: Dodger Blue. HEX triplet: 13, 8B and F0. RGB value is (19,139,240). Sum of RGB (Red+Green+Blue) = 19+139+240=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #138BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BF0 is #EC740F. Grayscale: #727272. Windows color (decimal): -15496208 or 15764243. OLE color: 15764243.
HSL color Cylindrical-coordinate representation of color #138BF0: hue angle of 207.42º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138BF0 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 139 | 240 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.06 |
| HSL | 207.42º | 0.88% | 0.51% | - |
| HSV(B) | 207.42º | 0.92% | 0.94% | - |
| XYZ | 25.23 | 24.89 | 85.91 | - |
| YUV | 114.63 | 198.74 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 240 | 0.92 | 0.42 | 0 | 0.06 | 207.42 | 0.88 | 0.51 |
| Hex | 13 | 8B | F0 | 5C | 2A | 0 | 6 | CF | 58 | 33 |
| Octal | 23 | 213 | 360 | 134 | 52 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10011 | 10001011 | 11110000 | 1011100 | 101010 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #138BF0
Complementary color
Monochromatic Colors of #138BF0
Black with #138BF0
Text Example
Text Example
White with #138BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BF0; }
p { color: rgb(19,139,240); }
H1.HeaderClassName
{
color: #138BF0;
}
.AnyTagClassName
{
color: #138BF0;
}
</style>
background-color css
<style>
a { background-color: #138BF0; }
a { background-color: rgb(19,139,240); }
div.DivClassName
{
background-color: #138BF0;
}
.BgClassName
{
background-color: #138BF0;
}
</style>
border-color css
<style>
span { border-color: #138BF0; }
span { border-color: rgb(19,139,240); }
td.TdClassName
{
border-color: #138BF0;
}
.TagClassName
{
border-color: #138BF0;
}
</style>