Shades of Dodger Blue #13A6E6
Tints of Dodger Blue #13A6E6
RGB
CMYK
RGB Variations
Color information
#13A6E6 (or 0x13A6E6) is known color: Dodger Blue. HEX triplet: 13, A6 and E6. RGB value is (19,166,230). Sum of RGB (Red+Green+Blue) = 19+166+230=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #13A6E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A6E6 is #EC5919. Grayscale: #808080. Windows color (decimal): -15489306 or 15115795. OLE color: 15115795.
HSL color Cylindrical-coordinate representation of color #13A6E6: hue angle of 198.2º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A6E6 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 166 | 230 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.10 |
| HSL | 198.2º | 0.85% | 0.49% | - |
| HSV(B) | 198.2º | 0.92% | 0.9% | - |
| XYZ | 28.19 | 33.12 | 79.77 | - |
| YUV | 129.34 | 184.8 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 166 | 230 | 0.92 | 0.28 | 0 | 0.10 | 198.2 | 0.85 | 0.49 |
| Hex | 13 | A6 | E6 | 5C | 1C | 0 | A | C6 | 55 | 31 |
| Octal | 23 | 246 | 346 | 134 | 34 | 0 | 12 | 306 | 125 | 61 |
| Binary | 10011 | 10100110 | 11100110 | 1011100 | 11100 | 0 | 1010 | 11000110 | 1010101 | 110001 |
Color Harmonies of #13A6E6
Complementary color
Monochromatic Colors of #13A6E6
Black with #13A6E6
Text Example
Text Example
White with #13A6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A6E6; }
p { color: rgb(19,166,230); }
H1.HeaderClassName
{
color: #13A6E6;
}
.AnyTagClassName
{
color: #13A6E6;
}
</style>
background-color css
<style>
a { background-color: #13A6E6; }
a { background-color: rgb(19,166,230); }
div.DivClassName
{
background-color: #13A6E6;
}
.BgClassName
{
background-color: #13A6E6;
}
</style>
border-color css
<style>
span { border-color: #13A6E6; }
span { border-color: rgb(19,166,230); }
td.TdClassName
{
border-color: #13A6E6;
}
.TagClassName
{
border-color: #13A6E6;
}
</style>