Shades of Dodger Blue #136CFE
Tints of Dodger Blue #136CFE
RGB
CMYK
RGB Variations
Color information
#136CFE (or 0x136CFE) is known color: Dodger Blue. HEX triplet: 13, 6C and FE. RGB value is (19,108,254). Sum of RGB (Red+Green+Blue) = 19+108+254=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #136CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CFE is #EC9301. Grayscale: #616161. Windows color (decimal): -15504130 or 16673811. OLE color: 16673811.
HSL color Cylindrical-coordinate representation of color #136CFE: hue angle of 217.28º 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 #136CFE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 108 | 254 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.00 |
| HSL | 217.28º | 0.99% | 0.54% | - |
| HSV(B) | 217.28º | 0.93% | 1% | - |
| XYZ | 23.52 | 18.02 | 96 | - |
| YUV | 98.03 | 216.01 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 254 | 0.93 | 0.57 | 0 | 0.00 | 217.28 | 0.99 | 0.54 |
| Hex | 13 | 6C | FE | 5D | 39 | 0 | 0 | D9 | 63 | 36 |
| Octal | 23 | 154 | 376 | 135 | 71 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10011 | 1101100 | 11111110 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #136CFE
Complementary color
Monochromatic Colors of #136CFE
Black with #136CFE
Text Example
Text Example
White with #136CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CFE; }
p { color: rgb(19,108,254); }
H1.HeaderClassName
{
color: #136CFE;
}
.AnyTagClassName
{
color: #136CFE;
}
</style>
background-color css
<style>
a { background-color: #136CFE; }
a { background-color: rgb(19,108,254); }
div.DivClassName
{
background-color: #136CFE;
}
.BgClassName
{
background-color: #136CFE;
}
</style>
border-color css
<style>
span { border-color: #136CFE; }
span { border-color: rgb(19,108,254); }
td.TdClassName
{
border-color: #136CFE;
}
.TagClassName
{
border-color: #136CFE;
}
</style>