Shades of Dodger Blue #138CE4
Tints of Dodger Blue #138CE4
RGB
CMYK
RGB Variations
Color information
#138CE4 (or 0x138CE4) is known color: Dodger Blue. HEX triplet: 13, 8C and E4. RGB value is (19,140,228). Sum of RGB (Red+Green+Blue) = 19+140+228=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #138CE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CE4 is #EC731B. Grayscale: #717171. Windows color (decimal): -15495964 or 14978067. OLE color: 14978067.
HSL color Cylindrical-coordinate representation of color #138CE4: hue angle of 205.26º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CE4 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 140 | 228 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.11 |
| HSL | 205.26º | 0.85% | 0.48% | - |
| HSV(B) | 205.26º | 0.92% | 0.89% | - |
| XYZ | 23.65 | 24.5 | 76.88 | - |
| YUV | 113.85 | 192.41 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 228 | 0.92 | 0.39 | 0 | 0.11 | 205.26 | 0.85 | 0.48 |
| Hex | 13 | 8C | E4 | 5C | 27 | 0 | B | CD | 55 | 30 |
| Octal | 23 | 214 | 344 | 134 | 47 | 0 | 13 | 315 | 125 | 60 |
| Binary | 10011 | 10001100 | 11100100 | 1011100 | 100111 | 0 | 1011 | 11001101 | 1010101 | 110000 |
Color Harmonies of #138CE4
Complementary color
Monochromatic Colors of #138CE4
Black with #138CE4
Text Example
Text Example
White with #138CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CE4; }
p { color: rgb(19,140,228); }
H1.HeaderClassName
{
color: #138CE4;
}
.AnyTagClassName
{
color: #138CE4;
}
</style>
background-color css
<style>
a { background-color: #138CE4; }
a { background-color: rgb(19,140,228); }
div.DivClassName
{
background-color: #138CE4;
}
.BgClassName
{
background-color: #138CE4;
}
</style>
border-color css
<style>
span { border-color: #138CE4; }
span { border-color: rgb(19,140,228); }
td.TdClassName
{
border-color: #138CE4;
}
.TagClassName
{
border-color: #138CE4;
}
</style>