Shades of Dodger Blue #1A8AFA
Tints of Dodger Blue #1A8AFA
RGB
CMYK
RGB Variations
Color information
#1A8AFA (or 0x1A8AFA) is known color: Dodger Blue. HEX triplet: 1A, 8A and FA. RGB value is (26,138,250). Sum of RGB (Red+Green+Blue) = 26+138+250=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AFA is #E57505. Grayscale: #747474. Windows color (decimal): -15037702 or 16419354. OLE color: 16419354.
HSL color Cylindrical-coordinate representation of color #1A8AFA: hue angle of 210º 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 #1A8AFA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 138 | 250 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.02 |
| HSL | 210º | 0.96% | 0.54% | - |
| HSV(B) | 210º | 0.9% | 0.98% | - |
| XYZ | 26.77 | 25.3 | 93.91 | - |
| YUV | 117.28 | 202.89 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 250 | 0.90 | 0.45 | 0 | 0.02 | 210 | 0.96 | 0.54 |
| Hex | 1A | 8A | FA | 5A | 2D | 0 | 2 | D2 | 60 | 36 |
| Octal | 32 | 212 | 372 | 132 | 55 | 0 | 2 | 322 | 140 | 66 |
| Binary | 11010 | 10001010 | 11111010 | 1011010 | 101101 | 0 | 10 | 11010010 | 1100000 | 110110 |
Color Harmonies of #1A8AFA
Complementary color
Monochromatic Colors of #1A8AFA
Black with #1A8AFA
Text Example
Text Example
White with #1A8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AFA; }
p { color: rgb(26,138,250); }
H1.HeaderClassName
{
color: #1A8AFA;
}
.AnyTagClassName
{
color: #1A8AFA;
}
</style>
background-color css
<style>
a { background-color: #1A8AFA; }
a { background-color: rgb(26,138,250); }
div.DivClassName
{
background-color: #1A8AFA;
}
.BgClassName
{
background-color: #1A8AFA;
}
</style>
border-color css
<style>
span { border-color: #1A8AFA; }
span { border-color: rgb(26,138,250); }
td.TdClassName
{
border-color: #1A8AFA;
}
.TagClassName
{
border-color: #1A8AFA;
}
</style>