Shades of Dodger Blue #136FF1
Tints of Dodger Blue #136FF1
RGB
CMYK
RGB Variations
Color information
#136FF1 (or 0x136FF1) is known color: Dodger Blue. HEX triplet: 13, 6F and F1. RGB value is (19,111,241). Sum of RGB (Red+Green+Blue) = 19+111+241=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #136FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FF1 is #EC900E. Grayscale: #616161. Windows color (decimal): -15503375 or 15822611. OLE color: 15822611.
HSL color Cylindrical-coordinate representation of color #136FF1: hue angle of 215.14º degrees, saturation: 0.89, 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 #136FF1 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 111 | 241 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.05 |
| HSL | 215.14º | 0.89% | 0.51% | - |
| HSV(B) | 215.14º | 0.92% | 0.95% | - |
| XYZ | 21.83 | 17.86 | 85.52 | - |
| YUV | 98.31 | 208.52 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 241 | 0.92 | 0.54 | 0 | 0.05 | 215.14 | 0.89 | 0.51 |
| Hex | 13 | 6F | F1 | 5C | 36 | 0 | 5 | D7 | 59 | 33 |
| Octal | 23 | 157 | 361 | 134 | 66 | 0 | 5 | 327 | 131 | 63 |
| Binary | 10011 | 1101111 | 11110001 | 1011100 | 110110 | 0 | 101 | 11010111 | 1011001 | 110011 |
Color Harmonies of #136FF1
Complementary color
Monochromatic Colors of #136FF1
Black with #136FF1
Text Example
Text Example
White with #136FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FF1; }
p { color: rgb(19,111,241); }
H1.HeaderClassName
{
color: #136FF1;
}
.AnyTagClassName
{
color: #136FF1;
}
</style>
background-color css
<style>
a { background-color: #136FF1; }
a { background-color: rgb(19,111,241); }
div.DivClassName
{
background-color: #136FF1;
}
.BgClassName
{
background-color: #136FF1;
}
</style>
border-color css
<style>
span { border-color: #136FF1; }
span { border-color: rgb(19,111,241); }
td.TdClassName
{
border-color: #136FF1;
}
.TagClassName
{
border-color: #136FF1;
}
</style>