Shades of Dodger Blue #19A2FB
Tints of Dodger Blue #19A2FB
RGB
CMYK
RGB Variations
Color information
#19A2FB (or 0x19A2FB) is known color: Dodger Blue. HEX triplet: 19, A2 and FB. RGB value is (25,162,251). Sum of RGB (Red+Green+Blue) = 25+162+251=438 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.71% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #19A2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A2FB is #E65D04. Grayscale: #828282. Windows color (decimal): -15097093 or 16491033. OLE color: 16491033.
HSL color Cylindrical-coordinate representation of color #19A2FB: hue angle of 203.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A2FB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 162 | 251 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.02 |
| HSL | 203.63º | 0.97% | 0.54% | - |
| HSV(B) | 203.63º | 0.9% | 0.98% | - |
| XYZ | 30.73 | 33.01 | 96.02 | - |
| YUV | 131.18 | 195.61 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 251 | 0.90 | 0.35 | 0 | 0.02 | 203.63 | 0.97 | 0.54 |
| Hex | 19 | A2 | FB | 5A | 23 | 0 | 2 | CC | 61 | 36 |
| Octal | 31 | 242 | 373 | 132 | 43 | 0 | 2 | 314 | 141 | 66 |
| Binary | 11001 | 10100010 | 11111011 | 1011010 | 100011 | 0 | 10 | 11001100 | 1100001 | 110110 |
Color Harmonies of #19A2FB
Complementary color
Monochromatic Colors of #19A2FB
Black with #19A2FB
Text Example
Text Example
White with #19A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A2FB; }
p { color: rgb(25,162,251); }
H1.HeaderClassName
{
color: #19A2FB;
}
.AnyTagClassName
{
color: #19A2FB;
}
</style>
background-color css
<style>
a { background-color: #19A2FB; }
a { background-color: rgb(25,162,251); }
div.DivClassName
{
background-color: #19A2FB;
}
.BgClassName
{
background-color: #19A2FB;
}
</style>
border-color css
<style>
span { border-color: #19A2FB; }
span { border-color: rgb(25,162,251); }
td.TdClassName
{
border-color: #19A2FB;
}
.TagClassName
{
border-color: #19A2FB;
}
</style>