Shades of Dodger Blue #136DFE
Tints of Dodger Blue #136DFE
RGB
CMYK
RGB Variations
Color information
#136DFE (or 0x136DFE) is known color: Dodger Blue. HEX triplet: 13, 6D and FE. RGB value is (19,109,254). Sum of RGB (Red+Green+Blue) = 19+109+254=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #136DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DFE is #EC9201. Grayscale: #616161. Windows color (decimal): -15503874 or 16674067. OLE color: 16674067.
HSL color Cylindrical-coordinate representation of color #136DFE: hue angle of 217.02º 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 #136DFE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 109 | 254 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.00 |
| HSL | 217.02º | 0.99% | 0.54% | - |
| HSV(B) | 217.02º | 0.93% | 1% | - |
| XYZ | 23.63 | 18.23 | 96.04 | - |
| YUV | 98.62 | 215.68 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 254 | 0.93 | 0.57 | 0 | 0.00 | 217.02 | 0.99 | 0.54 |
| Hex | 13 | 6D | FE | 5D | 39 | 0 | 0 | D9 | 63 | 36 |
| Octal | 23 | 155 | 376 | 135 | 71 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10011 | 1101101 | 11111110 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #136DFE
Complementary color
Monochromatic Colors of #136DFE
Black with #136DFE
Text Example
Text Example
White with #136DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DFE; }
p { color: rgb(19,109,254); }
H1.HeaderClassName
{
color: #136DFE;
}
.AnyTagClassName
{
color: #136DFE;
}
</style>
background-color css
<style>
a { background-color: #136DFE; }
a { background-color: rgb(19,109,254); }
div.DivClassName
{
background-color: #136DFE;
}
.BgClassName
{
background-color: #136DFE;
}
</style>
border-color css
<style>
span { border-color: #136DFE; }
span { border-color: rgb(19,109,254); }
td.TdClassName
{
border-color: #136DFE;
}
.TagClassName
{
border-color: #136DFE;
}
</style>