Shades of Dodger Blue #136EF8
Tints of Dodger Blue #136EF8
RGB
CMYK
RGB Variations
Color information
#136EF8 (or 0x136EF8) is known color: Dodger Blue. HEX triplet: 13, 6E and F8. RGB value is (19,110,248). Sum of RGB (Red+Green+Blue) = 19+110+248=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 248 (97.27% from 255 or 65.78% from 377); Max value from RGB is 248 - color contains mainly: blue. Hex color #136EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EF8 is #EC9107. Grayscale: #616161. Windows color (decimal): -15503624 or 16281107. OLE color: 16281107.
HSL color Cylindrical-coordinate representation of color #136EF8: hue angle of 216.16º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EF8 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 110 | 248 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.03 |
| HSL | 216.16º | 0.94% | 0.52% | - |
| HSV(B) | 216.16º | 0.92% | 0.97% | - |
| XYZ | 22.79 | 18.07 | 91.09 | - |
| YUV | 98.52 | 212.35 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 248 | 0.92 | 0.56 | 0 | 0.03 | 216.16 | 0.94 | 0.52 |
| Hex | 13 | 6E | F8 | 5C | 38 | 0 | 3 | D8 | 5E | 34 |
| Octal | 23 | 156 | 370 | 134 | 70 | 0 | 3 | 330 | 136 | 64 |
| Binary | 10011 | 1101110 | 11111000 | 1011100 | 111000 | 0 | 11 | 11011000 | 1011110 | 110100 |
Color Harmonies of #136EF8
Complementary color
Monochromatic Colors of #136EF8
Black with #136EF8
Text Example
Text Example
White with #136EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EF8; }
p { color: rgb(19,110,248); }
H1.HeaderClassName
{
color: #136EF8;
}
.AnyTagClassName
{
color: #136EF8;
}
</style>
background-color css
<style>
a { background-color: #136EF8; }
a { background-color: rgb(19,110,248); }
div.DivClassName
{
background-color: #136EF8;
}
.BgClassName
{
background-color: #136EF8;
}
</style>
border-color css
<style>
span { border-color: #136EF8; }
span { border-color: rgb(19,110,248); }
td.TdClassName
{
border-color: #136EF8;
}
.TagClassName
{
border-color: #136EF8;
}
</style>