Shades of Dodger Blue #138CFB
Tints of Dodger Blue #138CFB
RGB
CMYK
RGB Variations
Color information
#138CFB (or 0x138CFB) is known color: Dodger Blue. HEX triplet: 13, 8C and FB. RGB value is (19,140,251). Sum of RGB (Red+Green+Blue) = 19+140+251=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #138CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #138CFB is #EC7304. Grayscale: #737373. Windows color (decimal): -15495941 or 16485395. OLE color: 16485395.
HSL color Cylindrical-coordinate representation of color #138CFB: hue angle of 208.71º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #138CFB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 140 | 251 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.02 |
| HSL | 208.71º | 0.97% | 0.53% | - |
| HSV(B) | 208.71º | 0.92% | 0.98% | - |
| XYZ | 27.06 | 25.86 | 94.83 | - |
| YUV | 116.48 | 203.91 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 251 | 0.92 | 0.44 | 0 | 0.02 | 208.71 | 0.97 | 0.53 |
| Hex | 13 | 8C | FB | 5C | 2C | 0 | 2 | D1 | 61 | 35 |
| Octal | 23 | 214 | 373 | 134 | 54 | 0 | 2 | 321 | 141 | 65 |
| Binary | 10011 | 10001100 | 11111011 | 1011100 | 101100 | 0 | 10 | 11010001 | 1100001 | 110101 |
Color Harmonies of #138CFB
Complementary color
Monochromatic Colors of #138CFB
Black with #138CFB
Text Example
Text Example
White with #138CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CFB; }
p { color: rgb(19,140,251); }
H1.HeaderClassName
{
color: #138CFB;
}
.AnyTagClassName
{
color: #138CFB;
}
</style>
background-color css
<style>
a { background-color: #138CFB; }
a { background-color: rgb(19,140,251); }
div.DivClassName
{
background-color: #138CFB;
}
.BgClassName
{
background-color: #138CFB;
}
</style>
border-color css
<style>
span { border-color: #138CFB; }
span { border-color: rgb(19,140,251); }
td.TdClassName
{
border-color: #138CFB;
}
.TagClassName
{
border-color: #138CFB;
}
</style>