Shades of Dodger Blue #138CFC
Tints of Dodger Blue #138CFC
RGB
CMYK
RGB Variations
Color information
#138CFC (or 0x138CFC) is known color: Dodger Blue. HEX triplet: 13, 8C and FC. RGB value is (19,140,252). Sum of RGB (Red+Green+Blue) = 19+140+252=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #138CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CFC is #EC7303. Grayscale: #747474. Windows color (decimal): -15495940 or 16550931. OLE color: 16550931.
HSL color Cylindrical-coordinate representation of color #138CFC: hue angle of 208.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CFC is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 140 | 252 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.01 |
| HSL | 208.84º | 0.97% | 0.53% | - |
| HSV(B) | 208.84º | 0.92% | 0.99% | - |
| XYZ | 27.22 | 25.92 | 95.66 | - |
| YUV | 116.59 | 204.41 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 252 | 0.92 | 0.44 | 0 | 0.01 | 208.84 | 0.97 | 0.53 |
| Hex | 13 | 8C | FC | 5C | 2C | 0 | 1 | D1 | 61 | 35 |
| Octal | 23 | 214 | 374 | 134 | 54 | 0 | 1 | 321 | 141 | 65 |
| Binary | 10011 | 10001100 | 11111100 | 1011100 | 101100 | 0 | 1 | 11010001 | 1100001 | 110101 |
Color Harmonies of #138CFC
Complementary color
Monochromatic Colors of #138CFC
Black with #138CFC
Text Example
Text Example
White with #138CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CFC; }
p { color: rgb(19,140,252); }
H1.HeaderClassName
{
color: #138CFC;
}
.AnyTagClassName
{
color: #138CFC;
}
</style>
background-color css
<style>
a { background-color: #138CFC; }
a { background-color: rgb(19,140,252); }
div.DivClassName
{
background-color: #138CFC;
}
.BgClassName
{
background-color: #138CFC;
}
</style>
border-color css
<style>
span { border-color: #138CFC; }
span { border-color: rgb(19,140,252); }
td.TdClassName
{
border-color: #138CFC;
}
.TagClassName
{
border-color: #138CFC;
}
</style>