Shades of Dodger Blue #136EFB
Tints of Dodger Blue #136EFB
RGB
CMYK
RGB Variations
Color information
#136EFB (or 0x136EFB) is known color: Dodger Blue. HEX triplet: 13, 6E and FB. RGB value is (19,110,251). Sum of RGB (Red+Green+Blue) = 19+110+251=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #136EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136EFB is #EC9104. Grayscale: #626262. Windows color (decimal): -15503621 or 16477715. OLE color: 16477715.
HSL color Cylindrical-coordinate representation of color #136EFB: hue angle of 216.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136EFB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 110 | 251 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.02 |
| HSL | 216.47º | 0.97% | 0.53% | - |
| HSV(B) | 216.47º | 0.92% | 0.98% | - |
| XYZ | 23.26 | 18.26 | 93.56 | - |
| YUV | 98.87 | 213.85 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 110 | 251 | 0.92 | 0.56 | 0 | 0.02 | 216.47 | 0.97 | 0.53 |
| Hex | 13 | 6E | FB | 5C | 38 | 0 | 2 | D8 | 61 | 35 |
| Octal | 23 | 156 | 373 | 134 | 70 | 0 | 2 | 330 | 141 | 65 |
| Binary | 10011 | 1101110 | 11111011 | 1011100 | 111000 | 0 | 10 | 11011000 | 1100001 | 110101 |
Color Harmonies of #136EFB
Complementary color
Monochromatic Colors of #136EFB
Black with #136EFB
Text Example
Text Example
White with #136EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136EFB; }
p { color: rgb(19,110,251); }
H1.HeaderClassName
{
color: #136EFB;
}
.AnyTagClassName
{
color: #136EFB;
}
</style>
background-color css
<style>
a { background-color: #136EFB; }
a { background-color: rgb(19,110,251); }
div.DivClassName
{
background-color: #136EFB;
}
.BgClassName
{
background-color: #136EFB;
}
</style>
border-color css
<style>
span { border-color: #136EFB; }
span { border-color: rgb(19,110,251); }
td.TdClassName
{
border-color: #136EFB;
}
.TagClassName
{
border-color: #136EFB;
}
</style>