Shades of Dodger Blue #136DFF
Tints of Dodger Blue #136DFF
RGB
CMYK
RGB Variations
Color information
#136DFF (or 0x136DFF) is known color: Dodger Blue. HEX triplet: 13, 6D and FF. RGB value is (19,109,255). Sum of RGB (Red+Green+Blue) = 19+109+255=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #136DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136DFF is #EC9200. Grayscale: #626262. Windows color (decimal): -15503873 or 16739603. OLE color: 16739603.
HSL color Cylindrical-coordinate representation of color #136DFF: hue angle of 217.12º 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 #136DFF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 109 | 255 | - |
| CMYK | 0.93 | 0.57 | 0 | 0 |
| HSL | 217.12º | 1% | 0.54% | - |
| HSV(B) | 217.12º | 0.93% | 1% | - |
| XYZ | 23.79 | 18.3 | 96.89 | - |
| YUV | 98.73 | 216.18 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 255 | 0.93 | 0.57 | 0 | 0 | 217.12 | 1 | 0.54 |
| Hex | 13 | 6D | FF | 5D | 39 | 0 | 0 | D9 | 64 | 36 |
| Octal | 23 | 155 | 377 | 135 | 71 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10011 | 1101101 | 11111111 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #136DFF
Complementary color
Monochromatic Colors of #136DFF
Black with #136DFF
Text Example
Text Example
White with #136DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136DFF; }
p { color: rgb(19,109,255); }
H1.HeaderClassName
{
color: #136DFF;
}
.AnyTagClassName
{
color: #136DFF;
}
</style>
background-color css
<style>
a { background-color: #136DFF; }
a { background-color: rgb(19,109,255); }
div.DivClassName
{
background-color: #136DFF;
}
.BgClassName
{
background-color: #136DFF;
}
</style>
border-color css
<style>
span { border-color: #136DFF; }
span { border-color: rgb(19,109,255); }
td.TdClassName
{
border-color: #136DFF;
}
.TagClassName
{
border-color: #136DFF;
}
</style>