Shades of Dodger Blue #138BFE
Tints of Dodger Blue #138BFE
RGB
CMYK
RGB Variations
Color information
#138BFE (or 0x138BFE) is known color: Dodger Blue. HEX triplet: 13, 8B and FE. RGB value is (19,139,254). Sum of RGB (Red+Green+Blue) = 19+139+254=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #138BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BFE is #EC7401. Grayscale: #737373. Windows color (decimal): -15496194 or 16681747. OLE color: 16681747.
HSL color Cylindrical-coordinate representation of color #138BFE: hue angle of 209.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #138BFE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 139 | 254 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.00 |
| HSL | 209.36º | 0.99% | 0.54% | - |
| HSV(B) | 209.36º | 0.93% | 1% | - |
| XYZ | 27.39 | 25.76 | 97.29 | - |
| YUV | 116.23 | 205.74 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 254 | 0.93 | 0.45 | 0 | 0.00 | 209.36 | 0.99 | 0.54 |
| Hex | 13 | 8B | FE | 5D | 2D | 0 | 0 | D1 | 63 | 36 |
| Octal | 23 | 213 | 376 | 135 | 55 | 0 | 0 | 321 | 143 | 66 |
| Binary | 10011 | 10001011 | 11111110 | 1011101 | 101101 | 0 | 0 | 11010001 | 1100011 | 110110 |
Color Harmonies of #138BFE
Complementary color
Monochromatic Colors of #138BFE
Black with #138BFE
Text Example
Text Example
White with #138BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BFE; }
p { color: rgb(19,139,254); }
H1.HeaderClassName
{
color: #138BFE;
}
.AnyTagClassName
{
color: #138BFE;
}
</style>
background-color css
<style>
a { background-color: #138BFE; }
a { background-color: rgb(19,139,254); }
div.DivClassName
{
background-color: #138BFE;
}
.BgClassName
{
background-color: #138BFE;
}
</style>
border-color css
<style>
span { border-color: #138BFE; }
span { border-color: rgb(19,139,254); }
td.TdClassName
{
border-color: #138BFE;
}
.TagClassName
{
border-color: #138BFE;
}
</style>