Shades of Dodger Blue #136CFC
Tints of Dodger Blue #136CFC
RGB
CMYK
RGB Variations
Color information
#136CFC (or 0x136CFC) is known color: Dodger Blue. HEX triplet: 13, 6C and FC. RGB value is (19,108,252). Sum of RGB (Red+Green+Blue) = 19+108+252=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #136CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CFC is #EC9303. Grayscale: #616161. Windows color (decimal): -15504132 or 16542739. OLE color: 16542739.
HSL color Cylindrical-coordinate representation of color #136CFC: hue angle of 217.08º 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 #136CFC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 108 | 252 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.01 |
| HSL | 217.08º | 0.97% | 0.53% | - |
| HSV(B) | 217.08º | 0.92% | 0.99% | - |
| XYZ | 23.2 | 17.89 | 94.33 | - |
| YUV | 97.81 | 215.01 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 252 | 0.92 | 0.57 | 0 | 0.01 | 217.08 | 0.97 | 0.53 |
| Hex | 13 | 6C | FC | 5C | 39 | 0 | 1 | D9 | 61 | 35 |
| Octal | 23 | 154 | 374 | 134 | 71 | 0 | 1 | 331 | 141 | 65 |
| Binary | 10011 | 1101100 | 11111100 | 1011100 | 111001 | 0 | 1 | 11011001 | 1100001 | 110101 |
Color Harmonies of #136CFC
Complementary color
Monochromatic Colors of #136CFC
Black with #136CFC
Text Example
Text Example
White with #136CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CFC; }
p { color: rgb(19,108,252); }
H1.HeaderClassName
{
color: #136CFC;
}
.AnyTagClassName
{
color: #136CFC;
}
</style>
background-color css
<style>
a { background-color: #136CFC; }
a { background-color: rgb(19,108,252); }
div.DivClassName
{
background-color: #136CFC;
}
.BgClassName
{
background-color: #136CFC;
}
</style>
border-color css
<style>
span { border-color: #136CFC; }
span { border-color: rgb(19,108,252); }
td.TdClassName
{
border-color: #136CFC;
}
.TagClassName
{
border-color: #136CFC;
}
</style>