Shades of Dodger Blue #136EFF
Tints of Dodger Blue #136EFF
RGB
CMYK
RGB Variations
Color information
#136EFF (or 0x136EFF) is known color: Dodger Blue. HEX triplet: 13, 6E and FF. RGB value is (19,110,255). Sum of RGB (Red+Green+Blue) = 19+110+255=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #136EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EFF is #EC9100. Grayscale: #626262. Windows color (decimal): -15503617 or 16739859. OLE color: 16739859.
HSL color Cylindrical-coordinate representation of color #136EFF: hue angle of 216.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136EFF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 110 | 255 | - |
| CMYK | 0.93 | 0.57 | 0 | 0 |
| HSL | 216.86º | 1% | 0.54% | - |
| HSV(B) | 216.86º | 0.93% | 1% | - |
| XYZ | 23.89 | 18.51 | 96.92 | - |
| YUV | 99.32 | 215.85 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 255 | 0.93 | 0.57 | 0 | 0 | 216.86 | 1 | 0.54 |
| Hex | 13 | 6E | FF | 5D | 39 | 0 | 0 | D9 | 64 | 36 |
| Octal | 23 | 156 | 377 | 135 | 71 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10011 | 1101110 | 11111111 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #136EFF
Complementary color
Monochromatic Colors of #136EFF
Black with #136EFF
Text Example
Text Example
White with #136EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EFF; }
p { color: rgb(19,110,255); }
H1.HeaderClassName
{
color: #136EFF;
}
.AnyTagClassName
{
color: #136EFF;
}
</style>
background-color css
<style>
a { background-color: #136EFF; }
a { background-color: rgb(19,110,255); }
div.DivClassName
{
background-color: #136EFF;
}
.BgClassName
{
background-color: #136EFF;
}
</style>
border-color css
<style>
span { border-color: #136EFF; }
span { border-color: rgb(19,110,255); }
td.TdClassName
{
border-color: #136EFF;
}
.TagClassName
{
border-color: #136EFF;
}
</style>