Shades of Dodger Blue #136FF2
Tints of Dodger Blue #136FF2
RGB
CMYK
RGB Variations
Color information
#136FF2 (or 0x136FF2) is known color: Dodger Blue. HEX triplet: 13, 6F and F2. RGB value is (19,111,242). Sum of RGB (Red+Green+Blue) = 19+111+242=372 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.11% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #136FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FF2 is #EC900D. Grayscale: #616161. Windows color (decimal): -15503374 or 15888147. OLE color: 15888147.
HSL color Cylindrical-coordinate representation of color #136FF2: hue angle of 215.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #136FF2 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 111 | 242 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.05 |
| HSL | 215.25º | 0.9% | 0.51% | - |
| HSV(B) | 215.25º | 0.92% | 0.95% | - |
| XYZ | 21.98 | 17.92 | 86.3 | - |
| YUV | 98.43 | 209.02 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 242 | 0.92 | 0.54 | 0 | 0.05 | 215.25 | 0.9 | 0.51 |
| Hex | 13 | 6F | F2 | 5C | 36 | 0 | 5 | D7 | 5A | 33 |
| Octal | 23 | 157 | 362 | 134 | 66 | 0 | 5 | 327 | 132 | 63 |
| Binary | 10011 | 1101111 | 11110010 | 1011100 | 110110 | 0 | 101 | 11010111 | 1011010 | 110011 |
Color Harmonies of #136FF2
Complementary color
Monochromatic Colors of #136FF2
Black with #136FF2
Text Example
Text Example
White with #136FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FF2; }
p { color: rgb(19,111,242); }
H1.HeaderClassName
{
color: #136FF2;
}
.AnyTagClassName
{
color: #136FF2;
}
</style>
background-color css
<style>
a { background-color: #136FF2; }
a { background-color: rgb(19,111,242); }
div.DivClassName
{
background-color: #136FF2;
}
.BgClassName
{
background-color: #136FF2;
}
</style>
border-color css
<style>
span { border-color: #136FF2; }
span { border-color: rgb(19,111,242); }
td.TdClassName
{
border-color: #136FF2;
}
.TagClassName
{
border-color: #136FF2;
}
</style>