Shades of Dodger Blue #13A8EF
Tints of Dodger Blue #13A8EF
RGB
CMYK
RGB Variations
Color information
#13A8EF (or 0x13A8EF) is known color: Dodger Blue. HEX triplet: 13, A8 and EF. RGB value is (19,168,239). Sum of RGB (Red+Green+Blue) = 19+168+239=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #13A8EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A8EF is #EC5710. Grayscale: #838383. Windows color (decimal): -15488785 or 15706131. OLE color: 15706131.
HSL color Cylindrical-coordinate representation of color #13A8EF: hue angle of 199.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A8EF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 168 | 239 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.06 |
| HSL | 199.36º | 0.87% | 0.51% | - |
| HSV(B) | 199.36º | 0.92% | 0.94% | - |
| XYZ | 29.85 | 34.38 | 86.72 | - |
| YUV | 131.54 | 188.64 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 239 | 0.92 | 0.30 | 0 | 0.06 | 199.36 | 0.87 | 0.51 |
| Hex | 13 | A8 | EF | 5C | 1E | 0 | 6 | C7 | 57 | 33 |
| Octal | 23 | 250 | 357 | 134 | 36 | 0 | 6 | 307 | 127 | 63 |
| Binary | 10011 | 10101000 | 11101111 | 1011100 | 11110 | 0 | 110 | 11000111 | 1010111 | 110011 |
Color Harmonies of #13A8EF
Complementary color
Monochromatic Colors of #13A8EF
Black with #13A8EF
Text Example
Text Example
White with #13A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A8EF; }
p { color: rgb(19,168,239); }
H1.HeaderClassName
{
color: #13A8EF;
}
.AnyTagClassName
{
color: #13A8EF;
}
</style>
background-color css
<style>
a { background-color: #13A8EF; }
a { background-color: rgb(19,168,239); }
div.DivClassName
{
background-color: #13A8EF;
}
.BgClassName
{
background-color: #13A8EF;
}
</style>
border-color css
<style>
span { border-color: #13A8EF; }
span { border-color: rgb(19,168,239); }
td.TdClassName
{
border-color: #13A8EF;
}
.TagClassName
{
border-color: #13A8EF;
}
</style>