Shades of Dodger Blue #136AFE
Tints of Dodger Blue #136AFE
RGB
CMYK
RGB Variations
Color information
#136AFE (or 0x136AFE) is known color: Dodger Blue. HEX triplet: 13, 6A and FE. RGB value is (19,106,254). Sum of RGB (Red+Green+Blue) = 19+106+254=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #136AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136AFE is #EC9501. Grayscale: #606060. Windows color (decimal): -15504642 or 16673299. OLE color: 16673299.
HSL color Cylindrical-coordinate representation of color #136AFE: hue angle of 217.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #136AFE is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 106 | 254 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.00 |
| HSL | 217.79º | 0.99% | 0.54% | - |
| HSV(B) | 217.79º | 0.93% | 1% | - |
| XYZ | 23.31 | 17.6 | 95.93 | - |
| YUV | 96.86 | 216.68 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 106 | 254 | 0.93 | 0.58 | 0 | 0.00 | 217.79 | 0.99 | 0.54 |
| Hex | 13 | 6A | FE | 5D | 3A | 0 | 0 | DA | 63 | 36 |
| Octal | 23 | 152 | 376 | 135 | 72 | 0 | 0 | 332 | 143 | 66 |
| Binary | 10011 | 1101010 | 11111110 | 1011101 | 111010 | 0 | 0 | 11011010 | 1100011 | 110110 |
Color Harmonies of #136AFE
Complementary color
Monochromatic Colors of #136AFE
Black with #136AFE
Text Example
Text Example
White with #136AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136AFE; }
p { color: rgb(19,106,254); }
H1.HeaderClassName
{
color: #136AFE;
}
.AnyTagClassName
{
color: #136AFE;
}
</style>
background-color css
<style>
a { background-color: #136AFE; }
a { background-color: rgb(19,106,254); }
div.DivClassName
{
background-color: #136AFE;
}
.BgClassName
{
background-color: #136AFE;
}
</style>
border-color css
<style>
span { border-color: #136AFE; }
span { border-color: rgb(19,106,254); }
td.TdClassName
{
border-color: #136AFE;
}
.TagClassName
{
border-color: #136AFE;
}
</style>