Shades of Dodger Blue #136CF3
Tints of Dodger Blue #136CF3
RGB
CMYK
RGB Variations
Color information
#136CF3 (or 0x136CF3) is known color: Dodger Blue. HEX triplet: 13, 6C and F3. RGB value is (19,108,243). Sum of RGB (Red+Green+Blue) = 19+108+243=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #136CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #136CF3 is #EC930C. Grayscale: #606060. Windows color (decimal): -15504141 or 15952915. OLE color: 15952915.
HSL color Cylindrical-coordinate representation of color #136CF3: hue angle of 216.16º 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 #136CF3 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 108 | 243 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.05 |
| HSL | 216.16º | 0.9% | 0.51% | - |
| HSV(B) | 216.16º | 0.92% | 0.95% | - |
| XYZ | 21.81 | 17.33 | 86.99 | - |
| YUV | 96.78 | 210.51 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 243 | 0.92 | 0.56 | 0 | 0.05 | 216.16 | 0.9 | 0.51 |
| Hex | 13 | 6C | F3 | 5C | 38 | 0 | 5 | D8 | 5A | 33 |
| Octal | 23 | 154 | 363 | 134 | 70 | 0 | 5 | 330 | 132 | 63 |
| Binary | 10011 | 1101100 | 11110011 | 1011100 | 111000 | 0 | 101 | 11011000 | 1011010 | 110011 |
Color Harmonies of #136CF3
Complementary color
Monochromatic Colors of #136CF3
Black with #136CF3
Text Example
Text Example
White with #136CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136CF3; }
p { color: rgb(19,108,243); }
H1.HeaderClassName
{
color: #136CF3;
}
.AnyTagClassName
{
color: #136CF3;
}
</style>
background-color css
<style>
a { background-color: #136CF3; }
a { background-color: rgb(19,108,243); }
div.DivClassName
{
background-color: #136CF3;
}
.BgClassName
{
background-color: #136CF3;
}
</style>
border-color css
<style>
span { border-color: #136CF3; }
span { border-color: rgb(19,108,243); }
td.TdClassName
{
border-color: #136CF3;
}
.TagClassName
{
border-color: #136CF3;
}
</style>