Shades of Dodger Blue #136EEE
Tints of Dodger Blue #136EEE
RGB
CMYK
RGB Variations
Color information
#136EEE (or 0x136EEE) is known color: Dodger Blue. HEX triplet: 13, 6E and EE. RGB value is (19,110,238). Sum of RGB (Red+Green+Blue) = 19+110+238=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #136EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EEE is #EC9111. Grayscale: #606060. Windows color (decimal): -15503634 or 15625747. OLE color: 15625747.
HSL color Cylindrical-coordinate representation of color #136EEE: hue angle of 215.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EEE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 110 | 238 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.07 |
| HSL | 215.07º | 0.87% | 0.5% | - |
| HSV(B) | 215.07º | 0.92% | 0.93% | - |
| XYZ | 21.28 | 17.46 | 83.14 | - |
| YUV | 97.38 | 207.35 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 238 | 0.92 | 0.54 | 0 | 0.07 | 215.07 | 0.87 | 0.5 |
| Hex | 13 | 6E | EE | 5C | 36 | 0 | 7 | D7 | 57 | 32 |
| Octal | 23 | 156 | 356 | 134 | 66 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10011 | 1101110 | 11101110 | 1011100 | 110110 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #136EEE
Complementary color
Monochromatic Colors of #136EEE
Black with #136EEE
Text Example
Text Example
White with #136EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EEE; }
p { color: rgb(19,110,238); }
H1.HeaderClassName
{
color: #136EEE;
}
.AnyTagClassName
{
color: #136EEE;
}
</style>
background-color css
<style>
a { background-color: #136EEE; }
a { background-color: rgb(19,110,238); }
div.DivClassName
{
background-color: #136EEE;
}
.BgClassName
{
background-color: #136EEE;
}
</style>
border-color css
<style>
span { border-color: #136EEE; }
span { border-color: rgb(19,110,238); }
td.TdClassName
{
border-color: #136EEE;
}
.TagClassName
{
border-color: #136EEE;
}
</style>