Shades of Dodger Blue #136FFD
Tints of Dodger Blue #136FFD
RGB
CMYK
RGB Variations
Color information
#136FFD (or 0x136FFD) is known color: Dodger Blue. HEX triplet: 13, 6F and FD. RGB value is (19,111,253). Sum of RGB (Red+Green+Blue) = 19+111+253=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #136FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FFD is #EC9002. Grayscale: #636363. Windows color (decimal): -15503363 or 16609043. OLE color: 16609043.
HSL color Cylindrical-coordinate representation of color #136FFD: hue angle of 216.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136FFD is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 111 | 253 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.01 |
| HSL | 216.41º | 0.98% | 0.53% | - |
| HSV(B) | 216.41º | 0.92% | 0.99% | - |
| XYZ | 23.68 | 18.6 | 95.27 | - |
| YUV | 99.68 | 214.52 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 253 | 0.92 | 0.56 | 0 | 0.01 | 216.41 | 0.98 | 0.53 |
| Hex | 13 | 6F | FD | 5C | 38 | 0 | 1 | D8 | 62 | 35 |
| Octal | 23 | 157 | 375 | 134 | 70 | 0 | 1 | 330 | 142 | 65 |
| Binary | 10011 | 1101111 | 11111101 | 1011100 | 111000 | 0 | 1 | 11011000 | 1100010 | 110101 |
Color Harmonies of #136FFD
Complementary color
Monochromatic Colors of #136FFD
Black with #136FFD
Text Example
Text Example
White with #136FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FFD; }
p { color: rgb(19,111,253); }
H1.HeaderClassName
{
color: #136FFD;
}
.AnyTagClassName
{
color: #136FFD;
}
</style>
background-color css
<style>
a { background-color: #136FFD; }
a { background-color: rgb(19,111,253); }
div.DivClassName
{
background-color: #136FFD;
}
.BgClassName
{
background-color: #136FFD;
}
</style>
border-color css
<style>
span { border-color: #136FFD; }
span { border-color: rgb(19,111,253); }
td.TdClassName
{
border-color: #136FFD;
}
.TagClassName
{
border-color: #136FFD;
}
</style>