Shades of Dodger Blue #136FF3
Tints of Dodger Blue #136FF3
RGB
CMYK
RGB Variations
Color information
#136FF3 (or 0x136FF3) is known color: Dodger Blue. HEX triplet: 13, 6F and F3. RGB value is (19,111,243). Sum of RGB (Red+Green+Blue) = 19+111+243=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #136FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136FF3 is #EC900C. Grayscale: #616161. Windows color (decimal): -15503373 or 15953683. OLE color: 15953683.
HSL color Cylindrical-coordinate representation of color #136FF3: hue angle of 215.36º 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 #136FF3 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 111 | 243 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.05 |
| HSL | 215.36º | 0.9% | 0.51% | - |
| HSV(B) | 215.36º | 0.92% | 0.95% | - |
| XYZ | 22.13 | 17.98 | 87.1 | - |
| YUV | 98.54 | 209.52 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 243 | 0.92 | 0.54 | 0 | 0.05 | 215.36 | 0.9 | 0.51 |
| Hex | 13 | 6F | F3 | 5C | 36 | 0 | 5 | D7 | 5A | 33 |
| Octal | 23 | 157 | 363 | 134 | 66 | 0 | 5 | 327 | 132 | 63 |
| Binary | 10011 | 1101111 | 11110011 | 1011100 | 110110 | 0 | 101 | 11010111 | 1011010 | 110011 |
Color Harmonies of #136FF3
Complementary color
Monochromatic Colors of #136FF3
Black with #136FF3
Text Example
Text Example
White with #136FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FF3; }
p { color: rgb(19,111,243); }
H1.HeaderClassName
{
color: #136FF3;
}
.AnyTagClassName
{
color: #136FF3;
}
</style>
background-color css
<style>
a { background-color: #136FF3; }
a { background-color: rgb(19,111,243); }
div.DivClassName
{
background-color: #136FF3;
}
.BgClassName
{
background-color: #136FF3;
}
</style>
border-color css
<style>
span { border-color: #136FF3; }
span { border-color: rgb(19,111,243); }
td.TdClassName
{
border-color: #136FF3;
}
.TagClassName
{
border-color: #136FF3;
}
</style>