Shades of Dodger Blue #13A6FF
Tints of Dodger Blue #13A6FF
RGB
CMYK
RGB Variations
Color information
#13A6FF (or 0x13A6FF) is known color: Dodger Blue. HEX triplet: 13, A6 and FF. RGB value is (19,166,255). Sum of RGB (Red+Green+Blue) = 19+166+255=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #13A6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A6FF is #EC5900. Grayscale: #838383. Windows color (decimal): -15489281 or 16754195. OLE color: 16754195.
HSL color Cylindrical-coordinate representation of color #13A6FF: hue angle of 202.63º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13A6FF is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 166 | 255 | - |
| CMYK | 0.93 | 0.35 | 0 | 0 |
| HSL | 202.63º | 1% | 0.54% | - |
| HSV(B) | 202.63º | 0.93% | 1% | - |
| XYZ | 31.95 | 34.63 | 99.61 | - |
| YUV | 132.19 | 197.3 | 47.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 166 | 255 | 0.93 | 0.35 | 0 | 0 | 202.63 | 1 | 0.54 |
| Hex | 13 | A6 | FF | 5D | 23 | 0 | 0 | CB | 64 | 36 |
| Octal | 23 | 246 | 377 | 135 | 43 | 0 | 0 | 313 | 144 | 66 |
| Binary | 10011 | 10100110 | 11111111 | 1011101 | 100011 | 0 | 0 | 11001011 | 1100100 | 110110 |
Color Harmonies of #13A6FF
Complementary color
Monochromatic Colors of #13A6FF
Black with #13A6FF
Text Example
Text Example
White with #13A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A6FF; }
p { color: rgb(19,166,255); }
H1.HeaderClassName
{
color: #13A6FF;
}
.AnyTagClassName
{
color: #13A6FF;
}
</style>
background-color css
<style>
a { background-color: #13A6FF; }
a { background-color: rgb(19,166,255); }
div.DivClassName
{
background-color: #13A6FF;
}
.BgClassName
{
background-color: #13A6FF;
}
</style>
border-color css
<style>
span { border-color: #13A6FF; }
span { border-color: rgb(19,166,255); }
td.TdClassName
{
border-color: #13A6FF;
}
.TagClassName
{
border-color: #13A6FF;
}
</style>