Shades of Dodger Blue #138FFF
Tints of Dodger Blue #138FFF
RGB
CMYK
RGB Variations
Color information
#138FFF (or 0x138FFF) is known color: Dodger Blue. HEX triplet: 13, 8F and FF. RGB value is (19,143,255). Sum of RGB (Red+Green+Blue) = 19+143+255=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #138FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138FFF is #EC7000. Grayscale: #767676. Windows color (decimal): -15495169 or 16748307. OLE color: 16748307.
HSL color Cylindrical-coordinate representation of color #138FFF: hue angle of 208.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138FFF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 143 | 255 | - |
| CMYK | 0.93 | 0.44 | 0 | 0 |
| HSL | 208.47º | 1% | 0.54% | - |
| HSV(B) | 208.47º | 0.93% | 1% | - |
| XYZ | 28.14 | 27 | 98.34 | - |
| YUV | 118.69 | 204.92 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 255 | 0.93 | 0.44 | 0 | 0 | 208.47 | 1 | 0.54 |
| Hex | 13 | 8F | FF | 5D | 2C | 0 | 0 | D0 | 64 | 36 |
| Octal | 23 | 217 | 377 | 135 | 54 | 0 | 0 | 320 | 144 | 66 |
| Binary | 10011 | 10001111 | 11111111 | 1011101 | 101100 | 0 | 0 | 11010000 | 1100100 | 110110 |
Color Harmonies of #138FFF
Complementary color
Monochromatic Colors of #138FFF
Black with #138FFF
Text Example
Text Example
White with #138FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FFF; }
p { color: rgb(19,143,255); }
H1.HeaderClassName
{
color: #138FFF;
}
.AnyTagClassName
{
color: #138FFF;
}
</style>
background-color css
<style>
a { background-color: #138FFF; }
a { background-color: rgb(19,143,255); }
div.DivClassName
{
background-color: #138FFF;
}
.BgClassName
{
background-color: #138FFF;
}
</style>
border-color css
<style>
span { border-color: #138FFF; }
span { border-color: rgb(19,143,255); }
td.TdClassName
{
border-color: #138FFF;
}
.TagClassName
{
border-color: #138FFF;
}
</style>