Shades of Dodger Blue #136EFE
Tints of Dodger Blue #136EFE
RGB
CMYK
RGB Variations
Color information
#136EFE (or 0x136EFE) is known color: Dodger Blue. HEX triplet: 13, 6E and FE. RGB value is (19,110,254). Sum of RGB (Red+Green+Blue) = 19+110+254=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #136EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EFE is #EC9101. Grayscale: #626262. Windows color (decimal): -15503618 or 16674323. OLE color: 16674323.
HSL color Cylindrical-coordinate representation of color #136EFE: hue angle of 216.77º 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 #136EFE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 110 | 254 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.00 |
| HSL | 216.77º | 0.99% | 0.54% | - |
| HSV(B) | 216.77º | 0.93% | 1% | - |
| XYZ | 23.73 | 18.45 | 96.08 | - |
| YUV | 99.21 | 215.35 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 254 | 0.93 | 0.57 | 0 | 0.00 | 216.77 | 0.99 | 0.54 |
| Hex | 13 | 6E | FE | 5D | 39 | 0 | 0 | D9 | 63 | 36 |
| Octal | 23 | 156 | 376 | 135 | 71 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10011 | 1101110 | 11111110 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #136EFE
Complementary color
Monochromatic Colors of #136EFE
Black with #136EFE
Text Example
Text Example
White with #136EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EFE; }
p { color: rgb(19,110,254); }
H1.HeaderClassName
{
color: #136EFE;
}
.AnyTagClassName
{
color: #136EFE;
}
</style>
background-color css
<style>
a { background-color: #136EFE; }
a { background-color: rgb(19,110,254); }
div.DivClassName
{
background-color: #136EFE;
}
.BgClassName
{
background-color: #136EFE;
}
</style>
border-color css
<style>
span { border-color: #136EFE; }
span { border-color: rgb(19,110,254); }
td.TdClassName
{
border-color: #136EFE;
}
.TagClassName
{
border-color: #136EFE;
}
</style>