Shades of Dodger Blue #19A7F1
Tints of Dodger Blue #19A7F1
RGB
CMYK
RGB Variations
Color information
#19A7F1 (or 0x19A7F1) is known color: Dodger Blue. HEX triplet: 19, A7 and F1. RGB value is (25,167,241). Sum of RGB (Red+Green+Blue) = 25+167+241=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #19A7F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19A7F1 is #E6580E. Grayscale: #848484. Windows color (decimal): -15095823 or 15836953. OLE color: 15836953.
HSL color Cylindrical-coordinate representation of color #19A7F1: hue angle of 200.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19A7F1 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 167 | 241 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.05 |
| HSL | 200.56º | 0.89% | 0.52% | - |
| HSV(B) | 200.56º | 0.9% | 0.95% | - |
| XYZ | 30.1 | 34.19 | 88.23 | - |
| YUV | 132.98 | 188.96 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 241 | 0.90 | 0.31 | 0 | 0.05 | 200.56 | 0.89 | 0.52 |
| Hex | 19 | A7 | F1 | 5A | 1F | 0 | 5 | C9 | 59 | 34 |
| Octal | 31 | 247 | 361 | 132 | 37 | 0 | 5 | 311 | 131 | 64 |
| Binary | 11001 | 10100111 | 11110001 | 1011010 | 11111 | 0 | 101 | 11001001 | 1011001 | 110100 |
Color Harmonies of #19A7F1
Complementary color
Monochromatic Colors of #19A7F1
Black with #19A7F1
Text Example
Text Example
White with #19A7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A7F1; }
p { color: rgb(25,167,241); }
H1.HeaderClassName
{
color: #19A7F1;
}
.AnyTagClassName
{
color: #19A7F1;
}
</style>
background-color css
<style>
a { background-color: #19A7F1; }
a { background-color: rgb(25,167,241); }
div.DivClassName
{
background-color: #19A7F1;
}
.BgClassName
{
background-color: #19A7F1;
}
</style>
border-color css
<style>
span { border-color: #19A7F1; }
span { border-color: rgb(25,167,241); }
td.TdClassName
{
border-color: #19A7F1;
}
.TagClassName
{
border-color: #19A7F1;
}
</style>