Shades of Dodger Blue #1A8AFF
Tints of Dodger Blue #1A8AFF
RGB
CMYK
RGB Variations
Color information
#1A8AFF (or 0x1A8AFF) is known color: Dodger Blue. HEX triplet: 1A, 8A and FF. RGB value is (26,138,255). Sum of RGB (Red+Green+Blue) = 26+138+255=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A8AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AFF is #E57500. Grayscale: #757575. Windows color (decimal): -15037697 or 16747034. OLE color: 16747034.
HSL color Cylindrical-coordinate representation of color #1A8AFF: hue angle of 210.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8AFF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 138 | 255 | - |
| CMYK | 0.90 | 0.46 | 0 | 0 |
| HSL | 210.66º | 1% | 0.55% | - |
| HSV(B) | 210.66º | 0.9% | 1% | - |
| XYZ | 27.56 | 25.62 | 98.1 | - |
| YUV | 117.85 | 205.39 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 255 | 0.90 | 0.46 | 0 | 0 | 210.66 | 1 | 0.55 |
| Hex | 1A | 8A | FF | 5A | 2E | 0 | 0 | D3 | 64 | 37 |
| Octal | 32 | 212 | 377 | 132 | 56 | 0 | 0 | 323 | 144 | 67 |
| Binary | 11010 | 10001010 | 11111111 | 1011010 | 101110 | 0 | 0 | 11010011 | 1100100 | 110111 |
Color Harmonies of #1A8AFF
Complementary color
Monochromatic Colors of #1A8AFF
Black with #1A8AFF
Text Example
Text Example
White with #1A8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AFF; }
p { color: rgb(26,138,255); }
H1.HeaderClassName
{
color: #1A8AFF;
}
.AnyTagClassName
{
color: #1A8AFF;
}
</style>
background-color css
<style>
a { background-color: #1A8AFF; }
a { background-color: rgb(26,138,255); }
div.DivClassName
{
background-color: #1A8AFF;
}
.BgClassName
{
background-color: #1A8AFF;
}
</style>
border-color css
<style>
span { border-color: #1A8AFF; }
span { border-color: rgb(26,138,255); }
td.TdClassName
{
border-color: #1A8AFF;
}
.TagClassName
{
border-color: #1A8AFF;
}
</style>