Shades of Dodger Blue #138CDC
Tints of Dodger Blue #138CDC
RGB
CMYK
RGB Variations
Color information
#138CDC (or 0x138CDC) is known color: Dodger Blue. HEX triplet: 13, 8C and DC. RGB value is (19,140,220). Sum of RGB (Red+Green+Blue) = 19+140+220=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #138CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CDC is #EC7323. Grayscale: #707070. Windows color (decimal): -15495972 or 14453779. OLE color: 14453779.
HSL color Cylindrical-coordinate representation of color #138CDC: hue angle of 203.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138CDC is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 140 | 220 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.14 |
| HSL | 203.88º | 0.84% | 0.47% | - |
| HSV(B) | 203.88º | 0.91% | 0.86% | - |
| XYZ | 22.56 | 24.06 | 71.17 | - |
| YUV | 112.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 220 | 0.91 | 0.36 | 0 | 0.14 | 203.88 | 0.84 | 0.47 |
| Hex | 13 | 8C | DC | 5B | 24 | 0 | E | CC | 54 | 2F |
| Octal | 23 | 214 | 334 | 133 | 44 | 0 | 16 | 314 | 124 | 57 |
| Binary | 10011 | 10001100 | 11011100 | 1011011 | 100100 | 0 | 1110 | 11001100 | 1010100 | 101111 |
Color Harmonies of #138CDC
Complementary color
Monochromatic Colors of #138CDC
Black with #138CDC
Text Example
Text Example
White with #138CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CDC; }
p { color: rgb(19,140,220); }
H1.HeaderClassName
{
color: #138CDC;
}
.AnyTagClassName
{
color: #138CDC;
}
</style>
background-color css
<style>
a { background-color: #138CDC; }
a { background-color: rgb(19,140,220); }
div.DivClassName
{
background-color: #138CDC;
}
.BgClassName
{
background-color: #138CDC;
}
</style>
border-color css
<style>
span { border-color: #138CDC; }
span { border-color: rgb(19,140,220); }
td.TdClassName
{
border-color: #138CDC;
}
.TagClassName
{
border-color: #138CDC;
}
</style>