Shades of Dodger Blue #1A8DF5
Tints of Dodger Blue #1A8DF5
RGB
CMYK
RGB Variations
Color information
#1A8DF5 (or 0x1A8DF5) is known color: Dodger Blue. HEX triplet: 1A, 8D and F5. RGB value is (26,141,245). Sum of RGB (Red+Green+Blue) = 26+141+245=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #1A8DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8DF5 is #E5720A. Grayscale: #757575. Windows color (decimal): -15036939 or 16092442. OLE color: 16092442.
HSL color Cylindrical-coordinate representation of color #1A8DF5: hue angle of 208.49º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8DF5 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 141 | 245 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.04 |
| HSL | 208.49º | 0.92% | 0.53% | - |
| HSV(B) | 208.49º | 0.89% | 0.96% | - |
| XYZ | 26.43 | 25.86 | 89.98 | - |
| YUV | 118.47 | 199.4 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 245 | 0.89 | 0.42 | 0 | 0.04 | 208.49 | 0.92 | 0.53 |
| Hex | 1A | 8D | F5 | 59 | 2A | 0 | 4 | D0 | 5C | 35 |
| Octal | 32 | 215 | 365 | 131 | 52 | 0 | 4 | 320 | 134 | 65 |
| Binary | 11010 | 10001101 | 11110101 | 1011001 | 101010 | 0 | 100 | 11010000 | 1011100 | 110101 |
Color Harmonies of #1A8DF5
Complementary color
Monochromatic Colors of #1A8DF5
Black with #1A8DF5
Text Example
Text Example
White with #1A8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8DF5; }
p { color: rgb(26,141,245); }
H1.HeaderClassName
{
color: #1A8DF5;
}
.AnyTagClassName
{
color: #1A8DF5;
}
</style>
background-color css
<style>
a { background-color: #1A8DF5; }
a { background-color: rgb(26,141,245); }
div.DivClassName
{
background-color: #1A8DF5;
}
.BgClassName
{
background-color: #1A8DF5;
}
</style>
border-color css
<style>
span { border-color: #1A8DF5; }
span { border-color: rgb(26,141,245); }
td.TdClassName
{
border-color: #1A8DF5;
}
.TagClassName
{
border-color: #1A8DF5;
}
</style>