Shades of Dodger Blue #136BFC
Tints of Dodger Blue #136BFC
RGB
CMYK
RGB Variations
Color information
#136BFC (or 0x136BFC) is known color: Dodger Blue. HEX triplet: 13, 6B and FC. RGB value is (19,107,252). Sum of RGB (Red+Green+Blue) = 19+107+252=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #136BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136BFC is #EC9403. Grayscale: #606060. Windows color (decimal): -15504388 or 16542483. OLE color: 16542483.
HSL color Cylindrical-coordinate representation of color #136BFC: hue angle of 217.34º degrees, saturation: 0.97, 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 #136BFC is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 107 | 252 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.01 |
| HSL | 217.34º | 0.97% | 0.53% | - |
| HSV(B) | 217.34º | 0.92% | 0.99% | - |
| XYZ | 23.1 | 17.68 | 94.29 | - |
| YUV | 97.22 | 215.35 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 252 | 0.92 | 0.58 | 0 | 0.01 | 217.34 | 0.97 | 0.53 |
| Hex | 13 | 6B | FC | 5C | 3A | 0 | 1 | D9 | 61 | 35 |
| Octal | 23 | 153 | 374 | 134 | 72 | 0 | 1 | 331 | 141 | 65 |
| Binary | 10011 | 1101011 | 11111100 | 1011100 | 111010 | 0 | 1 | 11011001 | 1100001 | 110101 |
Color Harmonies of #136BFC
Complementary color
Monochromatic Colors of #136BFC
Black with #136BFC
Text Example
Text Example
White with #136BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BFC; }
p { color: rgb(19,107,252); }
H1.HeaderClassName
{
color: #136BFC;
}
.AnyTagClassName
{
color: #136BFC;
}
</style>
background-color css
<style>
a { background-color: #136BFC; }
a { background-color: rgb(19,107,252); }
div.DivClassName
{
background-color: #136BFC;
}
.BgClassName
{
background-color: #136BFC;
}
</style>
border-color css
<style>
span { border-color: #136BFC; }
span { border-color: rgb(19,107,252); }
td.TdClassName
{
border-color: #136BFC;
}
.TagClassName
{
border-color: #136BFC;
}
</style>