Shades of Dodger Blue #1A8DFA
Tints of Dodger Blue #1A8DFA
RGB
CMYK
RGB Variations
Color information
#1A8DFA (or 0x1A8DFA) is known color: Dodger Blue. HEX triplet: 1A, 8D and FA. RGB value is (26,141,250). Sum of RGB (Red+Green+Blue) = 26+141+250=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A8DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8DFA is #E57205. Grayscale: #767676. Windows color (decimal): -15036934 or 16420122. OLE color: 16420122.
HSL color Cylindrical-coordinate representation of color #1A8DFA: hue angle of 209.2º degrees, saturation: 0.96, 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 #1A8DFA is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 141 | 250 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.02 |
| HSL | 209.2º | 0.96% | 0.54% | - |
| HSV(B) | 209.2º | 0.9% | 0.98% | - |
| XYZ | 27.21 | 26.17 | 94.06 | - |
| YUV | 119.04 | 201.9 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 250 | 0.90 | 0.44 | 0 | 0.02 | 209.2 | 0.96 | 0.54 |
| Hex | 1A | 8D | FA | 5A | 2C | 0 | 2 | D1 | 60 | 36 |
| Octal | 32 | 215 | 372 | 132 | 54 | 0 | 2 | 321 | 140 | 66 |
| Binary | 11010 | 10001101 | 11111010 | 1011010 | 101100 | 0 | 10 | 11010001 | 1100000 | 110110 |
Color Harmonies of #1A8DFA
Complementary color
Monochromatic Colors of #1A8DFA
Black with #1A8DFA
Text Example
Text Example
White with #1A8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8DFA; }
p { color: rgb(26,141,250); }
H1.HeaderClassName
{
color: #1A8DFA;
}
.AnyTagClassName
{
color: #1A8DFA;
}
</style>
background-color css
<style>
a { background-color: #1A8DFA; }
a { background-color: rgb(26,141,250); }
div.DivClassName
{
background-color: #1A8DFA;
}
.BgClassName
{
background-color: #1A8DFA;
}
</style>
border-color css
<style>
span { border-color: #1A8DFA; }
span { border-color: rgb(26,141,250); }
td.TdClassName
{
border-color: #1A8DFA;
}
.TagClassName
{
border-color: #1A8DFA;
}
</style>