Shades of Dodger Blue #136AFC
Tints of Dodger Blue #136AFC
RGB
CMYK
RGB Variations
Color information
#136AFC (or 0x136AFC) is known color: Dodger Blue. HEX triplet: 13, 6A and FC. RGB value is (19,106,252). Sum of RGB (Red+Green+Blue) = 19+106+252=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #136AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AFC is #EC9503. Grayscale: #5F5F5F. Windows color (decimal): -15504644 or 16542227. OLE color: 16542227.
HSL color Cylindrical-coordinate representation of color #136AFC: hue angle of 217.6º 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 #136AFC is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 106 | 252 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.01 |
| HSL | 217.6º | 0.97% | 0.53% | - |
| HSV(B) | 217.6º | 0.92% | 0.99% | - |
| XYZ | 22.99 | 17.47 | 94.26 | - |
| YUV | 96.63 | 215.68 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 252 | 0.92 | 0.58 | 0 | 0.01 | 217.6 | 0.97 | 0.53 |
| Hex | 13 | 6A | FC | 5C | 3A | 0 | 1 | DA | 61 | 35 |
| Octal | 23 | 152 | 374 | 134 | 72 | 0 | 1 | 332 | 141 | 65 |
| Binary | 10011 | 1101010 | 11111100 | 1011100 | 111010 | 0 | 1 | 11011010 | 1100001 | 110101 |
Color Harmonies of #136AFC
Complementary color
Monochromatic Colors of #136AFC
Black with #136AFC
Text Example
Text Example
White with #136AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AFC; }
p { color: rgb(19,106,252); }
H1.HeaderClassName
{
color: #136AFC;
}
.AnyTagClassName
{
color: #136AFC;
}
</style>
background-color css
<style>
a { background-color: #136AFC; }
a { background-color: rgb(19,106,252); }
div.DivClassName
{
background-color: #136AFC;
}
.BgClassName
{
background-color: #136AFC;
}
</style>
border-color css
<style>
span { border-color: #136AFC; }
span { border-color: rgb(19,106,252); }
td.TdClassName
{
border-color: #136AFC;
}
.TagClassName
{
border-color: #136AFC;
}
</style>