Shades of Dodger Blue #136FEF
Tints of Dodger Blue #136FEF
RGB
CMYK
RGB Variations
Color information
#136FEF (or 0x136FEF) is known color: Dodger Blue. HEX triplet: 13, 6F and EF. RGB value is (19,111,239). Sum of RGB (Red+Green+Blue) = 19+111+239=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #136FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FEF is #EC9010. Grayscale: #616161. Windows color (decimal): -15503377 or 15691539. OLE color: 15691539.
HSL color Cylindrical-coordinate representation of color #136FEF: hue angle of 214.91º degrees, saturation: 0.87, 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 #136FEF is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 111 | 239 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.06 |
| HSL | 214.91º | 0.87% | 0.51% | - |
| HSV(B) | 214.91º | 0.92% | 0.94% | - |
| XYZ | 21.53 | 17.74 | 83.95 | - |
| YUV | 98.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 239 | 0.92 | 0.54 | 0 | 0.06 | 214.91 | 0.87 | 0.51 |
| Hex | 13 | 6F | EF | 5C | 36 | 0 | 6 | D7 | 57 | 33 |
| Octal | 23 | 157 | 357 | 134 | 66 | 0 | 6 | 327 | 127 | 63 |
| Binary | 10011 | 1101111 | 11101111 | 1011100 | 110110 | 0 | 110 | 11010111 | 1010111 | 110011 |
Color Harmonies of #136FEF
Complementary color
Monochromatic Colors of #136FEF
Black with #136FEF
Text Example
Text Example
White with #136FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FEF; }
p { color: rgb(19,111,239); }
H1.HeaderClassName
{
color: #136FEF;
}
.AnyTagClassName
{
color: #136FEF;
}
</style>
background-color css
<style>
a { background-color: #136FEF; }
a { background-color: rgb(19,111,239); }
div.DivClassName
{
background-color: #136FEF;
}
.BgClassName
{
background-color: #136FEF;
}
</style>
border-color css
<style>
span { border-color: #136FEF; }
span { border-color: rgb(19,111,239); }
td.TdClassName
{
border-color: #136FEF;
}
.TagClassName
{
border-color: #136FEF;
}
</style>