Shades of Dodger Blue #136EF0
Tints of Dodger Blue #136EF0
RGB
CMYK
RGB Variations
Color information
#136EF0 (or 0x136EF0) is known color: Dodger Blue. HEX triplet: 13, 6E and F0. RGB value is (19,110,240). Sum of RGB (Red+Green+Blue) = 19+110+240=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #136EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EF0 is #EC910F. Grayscale: #616161. Windows color (decimal): -15503632 or 15756819. OLE color: 15756819.
HSL color Cylindrical-coordinate representation of color #136EF0: hue angle of 215.29º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EF0 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 110 | 240 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.06 |
| HSL | 215.29º | 0.88% | 0.51% | - |
| HSV(B) | 215.29º | 0.92% | 0.94% | - |
| XYZ | 21.57 | 17.58 | 84.69 | - |
| YUV | 97.61 | 208.35 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 240 | 0.92 | 0.54 | 0 | 0.06 | 215.29 | 0.88 | 0.51 |
| Hex | 13 | 6E | F0 | 5C | 36 | 0 | 6 | D7 | 58 | 33 |
| Octal | 23 | 156 | 360 | 134 | 66 | 0 | 6 | 327 | 130 | 63 |
| Binary | 10011 | 1101110 | 11110000 | 1011100 | 110110 | 0 | 110 | 11010111 | 1011000 | 110011 |
Color Harmonies of #136EF0
Complementary color
Monochromatic Colors of #136EF0
Black with #136EF0
Text Example
Text Example
White with #136EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EF0; }
p { color: rgb(19,110,240); }
H1.HeaderClassName
{
color: #136EF0;
}
.AnyTagClassName
{
color: #136EF0;
}
</style>
background-color css
<style>
a { background-color: #136EF0; }
a { background-color: rgb(19,110,240); }
div.DivClassName
{
background-color: #136EF0;
}
.BgClassName
{
background-color: #136EF0;
}
</style>
border-color css
<style>
span { border-color: #136EF0; }
span { border-color: rgb(19,110,240); }
td.TdClassName
{
border-color: #136EF0;
}
.TagClassName
{
border-color: #136EF0;
}
</style>