Shades of Dodger Blue #1A8DF1
Tints of Dodger Blue #1A8DF1
RGB
CMYK
RGB Variations
Color information
#1A8DF1 (or 0x1A8DF1) is known color: Dodger Blue. HEX triplet: 1A, 8D and F1. RGB value is (26,141,241). Sum of RGB (Red+Green+Blue) = 26+141+241=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A8DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8DF1 is #E5720E. Grayscale: #757575. Windows color (decimal): -15036943 or 15830298. OLE color: 15830298.
HSL color Cylindrical-coordinate representation of color #1A8DF1: hue angle of 207.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8DF1 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 141 | 241 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.05 |
| HSL | 207.91º | 0.88% | 0.52% | - |
| HSV(B) | 207.91º | 0.89% | 0.95% | - |
| XYZ | 25.83 | 25.62 | 86.8 | - |
| YUV | 118.02 | 197.4 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 241 | 0.89 | 0.41 | 0 | 0.05 | 207.91 | 0.88 | 0.52 |
| Hex | 1A | 8D | F1 | 59 | 29 | 0 | 5 | D0 | 58 | 34 |
| Octal | 32 | 215 | 361 | 131 | 51 | 0 | 5 | 320 | 130 | 64 |
| Binary | 11010 | 10001101 | 11110001 | 1011001 | 101001 | 0 | 101 | 11010000 | 1011000 | 110100 |
Color Harmonies of #1A8DF1
Complementary color
Monochromatic Colors of #1A8DF1
Black with #1A8DF1
Text Example
Text Example
White with #1A8DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8DF1; }
p { color: rgb(26,141,241); }
H1.HeaderClassName
{
color: #1A8DF1;
}
.AnyTagClassName
{
color: #1A8DF1;
}
</style>
background-color css
<style>
a { background-color: #1A8DF1; }
a { background-color: rgb(26,141,241); }
div.DivClassName
{
background-color: #1A8DF1;
}
.BgClassName
{
background-color: #1A8DF1;
}
</style>
border-color css
<style>
span { border-color: #1A8DF1; }
span { border-color: rgb(26,141,241); }
td.TdClassName
{
border-color: #1A8DF1;
}
.TagClassName
{
border-color: #1A8DF1;
}
</style>