Shades of Dodger Blue #138FEC
Tints of Dodger Blue #138FEC
RGB
CMYK
RGB Variations
Color information
#138FEC (or 0x138FEC) is known color: Dodger Blue. HEX triplet: 13, 8F and EC. RGB value is (19,143,236). Sum of RGB (Red+Green+Blue) = 19+143+236=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #138FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138FEC is #EC7013. Grayscale: #747474. Windows color (decimal): -15495188 or 15503123. OLE color: 15503123.
HSL color Cylindrical-coordinate representation of color #138FEC: hue angle of 205.71º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138FEC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 143 | 236 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.07 |
| HSL | 205.71º | 0.85% | 0.5% | - |
| HSV(B) | 205.71º | 0.92% | 0.93% | - |
| XYZ | 25.23 | 25.84 | 83.01 | - |
| YUV | 116.53 | 195.42 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 236 | 0.92 | 0.39 | 0 | 0.07 | 205.71 | 0.85 | 0.5 |
| Hex | 13 | 8F | EC | 5C | 27 | 0 | 7 | CE | 55 | 32 |
| Octal | 23 | 217 | 354 | 134 | 47 | 0 | 7 | 316 | 125 | 62 |
| Binary | 10011 | 10001111 | 11101100 | 1011100 | 100111 | 0 | 111 | 11001110 | 1010101 | 110010 |
Color Harmonies of #138FEC
Complementary color
Monochromatic Colors of #138FEC
Black with #138FEC
Text Example
Text Example
White with #138FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FEC; }
p { color: rgb(19,143,236); }
H1.HeaderClassName
{
color: #138FEC;
}
.AnyTagClassName
{
color: #138FEC;
}
</style>
background-color css
<style>
a { background-color: #138FEC; }
a { background-color: rgb(19,143,236); }
div.DivClassName
{
background-color: #138FEC;
}
.BgClassName
{
background-color: #138FEC;
}
</style>
border-color css
<style>
span { border-color: #138FEC; }
span { border-color: rgb(19,143,236); }
td.TdClassName
{
border-color: #138FEC;
}
.TagClassName
{
border-color: #138FEC;
}
</style>