Shades of Dodger Blue #19A3F6
Tints of Dodger Blue #19A3F6
RGB
CMYK
RGB Variations
Color information
#19A3F6 (or 0x19A3F6) is known color: Dodger Blue. HEX triplet: 19, A3 and F6. RGB value is (25,163,246). Sum of RGB (Red+Green+Blue) = 25+163+246=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #19A3F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A3F6 is #E65C09. Grayscale: #828282. Windows color (decimal): -15096842 or 16163609. OLE color: 16163609.
HSL color Cylindrical-coordinate representation of color #19A3F6: hue angle of 202.53º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A3F6 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 163 | 246 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.04 |
| HSL | 202.53º | 0.92% | 0.53% | - |
| HSV(B) | 202.53º | 0.9% | 0.96% | - |
| XYZ | 30.13 | 33.05 | 91.98 | - |
| YUV | 131.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 246 | 0.90 | 0.34 | 0 | 0.04 | 202.53 | 0.92 | 0.53 |
| Hex | 19 | A3 | F6 | 5A | 22 | 0 | 4 | CB | 5C | 35 |
| Octal | 31 | 243 | 366 | 132 | 42 | 0 | 4 | 313 | 134 | 65 |
| Binary | 11001 | 10100011 | 11110110 | 1011010 | 100010 | 0 | 100 | 11001011 | 1011100 | 110101 |
Color Harmonies of #19A3F6
Complementary color
Monochromatic Colors of #19A3F6
Black with #19A3F6
Text Example
Text Example
White with #19A3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A3F6; }
p { color: rgb(25,163,246); }
H1.HeaderClassName
{
color: #19A3F6;
}
.AnyTagClassName
{
color: #19A3F6;
}
</style>
background-color css
<style>
a { background-color: #19A3F6; }
a { background-color: rgb(25,163,246); }
div.DivClassName
{
background-color: #19A3F6;
}
.BgClassName
{
background-color: #19A3F6;
}
</style>
border-color css
<style>
span { border-color: #19A3F6; }
span { border-color: rgb(25,163,246); }
td.TdClassName
{
border-color: #19A3F6;
}
.TagClassName
{
border-color: #19A3F6;
}
</style>