Shades of Dodger Blue #1A8FFA
Tints of Dodger Blue #1A8FFA
RGB
CMYK
RGB Variations
Color information
#1A8FFA (or 0x1A8FFA) is known color: Dodger Blue. HEX triplet: 1A, 8F and FA. RGB value is (26,143,250). Sum of RGB (Red+Green+Blue) = 26+143+250=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A8FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FFA is #E57005. Grayscale: #777777. Windows color (decimal): -15036422 or 16420634. OLE color: 16420634.
HSL color Cylindrical-coordinate representation of color #1A8FFA: hue angle of 208.66º 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 #1A8FFA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 143 | 250 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.02 |
| HSL | 208.66º | 0.96% | 0.54% | - |
| HSV(B) | 208.66º | 0.9% | 0.98% | - |
| XYZ | 27.5 | 26.77 | 94.16 | - |
| YUV | 120.22 | 201.24 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 250 | 0.90 | 0.43 | 0 | 0.02 | 208.66 | 0.96 | 0.54 |
| Hex | 1A | 8F | FA | 5A | 2B | 0 | 2 | D1 | 60 | 36 |
| Octal | 32 | 217 | 372 | 132 | 53 | 0 | 2 | 321 | 140 | 66 |
| Binary | 11010 | 10001111 | 11111010 | 1011010 | 101011 | 0 | 10 | 11010001 | 1100000 | 110110 |
Color Harmonies of #1A8FFA
Complementary color
Monochromatic Colors of #1A8FFA
Black with #1A8FFA
Text Example
Text Example
White with #1A8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FFA; }
p { color: rgb(26,143,250); }
H1.HeaderClassName
{
color: #1A8FFA;
}
.AnyTagClassName
{
color: #1A8FFA;
}
</style>
background-color css
<style>
a { background-color: #1A8FFA; }
a { background-color: rgb(26,143,250); }
div.DivClassName
{
background-color: #1A8FFA;
}
.BgClassName
{
background-color: #1A8FFA;
}
</style>
border-color css
<style>
span { border-color: #1A8FFA; }
span { border-color: rgb(26,143,250); }
td.TdClassName
{
border-color: #1A8FFA;
}
.TagClassName
{
border-color: #1A8FFA;
}
</style>