Shades of Dodger Blue #138BFF
Tints of Dodger Blue #138BFF
RGB
CMYK
RGB Variations
Color information
#138BFF (or 0x138BFF) is known color: Dodger Blue. HEX triplet: 13, 8B and FF. RGB value is (19,139,255). Sum of RGB (Red+Green+Blue) = 19+139+255=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #138BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138BFF is #EC7400. Grayscale: #737373. Windows color (decimal): -15496193 or 16747283. OLE color: 16747283.
HSL color Cylindrical-coordinate representation of color #138BFF: hue angle of 209.49º 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 #138BFF is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 139 | 255 | - |
| CMYK | 0.93 | 0.45 | 0 | 0 |
| HSL | 209.49º | 1% | 0.54% | - |
| HSV(B) | 209.49º | 0.93% | 1% | - |
| XYZ | 27.55 | 25.82 | 98.14 | - |
| YUV | 116.34 | 206.24 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 255 | 0.93 | 0.45 | 0 | 0 | 209.49 | 1 | 0.54 |
| Hex | 13 | 8B | FF | 5D | 2D | 0 | 0 | D1 | 64 | 36 |
| Octal | 23 | 213 | 377 | 135 | 55 | 0 | 0 | 321 | 144 | 66 |
| Binary | 10011 | 10001011 | 11111111 | 1011101 | 101101 | 0 | 0 | 11010001 | 1100100 | 110110 |
Color Harmonies of #138BFF
Complementary color
Monochromatic Colors of #138BFF
Black with #138BFF
Text Example
Text Example
White with #138BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BFF; }
p { color: rgb(19,139,255); }
H1.HeaderClassName
{
color: #138BFF;
}
.AnyTagClassName
{
color: #138BFF;
}
</style>
background-color css
<style>
a { background-color: #138BFF; }
a { background-color: rgb(19,139,255); }
div.DivClassName
{
background-color: #138BFF;
}
.BgClassName
{
background-color: #138BFF;
}
</style>
border-color css
<style>
span { border-color: #138BFF; }
span { border-color: rgb(19,139,255); }
td.TdClassName
{
border-color: #138BFF;
}
.TagClassName
{
border-color: #138BFF;
}
</style>