Shades of Dodger Blue #1A8AE8
Tints of Dodger Blue #1A8AE8
RGB
CMYK
RGB Variations
Color information
#1A8AE8 (or 0x1A8AE8) is known color: Dodger Blue. HEX triplet: 1A, 8A and E8. RGB value is (26,138,232). Sum of RGB (Red+Green+Blue) = 26+138+232=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #1A8AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AE8 is #E57517. Grayscale: #727272. Windows color (decimal): -15037720 or 15239706. OLE color: 15239706.
HSL color Cylindrical-coordinate representation of color #1A8AE8: hue angle of 207.38º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8AE8 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 138 | 232 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.09 |
| HSL | 207.38º | 0.82% | 0.51% | - |
| HSV(B) | 207.38º | 0.89% | 0.91% | - |
| XYZ | 24.08 | 24.22 | 79.75 | - |
| YUV | 115.23 | 193.89 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 232 | 0.89 | 0.41 | 0 | 0.09 | 207.38 | 0.82 | 0.51 |
| Hex | 1A | 8A | E8 | 59 | 29 | 0 | 9 | CF | 52 | 33 |
| Octal | 32 | 212 | 350 | 131 | 51 | 0 | 11 | 317 | 122 | 63 |
| Binary | 11010 | 10001010 | 11101000 | 1011001 | 101001 | 0 | 1001 | 11001111 | 1010010 | 110011 |
Color Harmonies of #1A8AE8
Complementary color
Monochromatic Colors of #1A8AE8
Black with #1A8AE8
Text Example
Text Example
White with #1A8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AE8; }
p { color: rgb(26,138,232); }
H1.HeaderClassName
{
color: #1A8AE8;
}
.AnyTagClassName
{
color: #1A8AE8;
}
</style>
background-color css
<style>
a { background-color: #1A8AE8; }
a { background-color: rgb(26,138,232); }
div.DivClassName
{
background-color: #1A8AE8;
}
.BgClassName
{
background-color: #1A8AE8;
}
</style>
border-color css
<style>
span { border-color: #1A8AE8; }
span { border-color: rgb(26,138,232); }
td.TdClassName
{
border-color: #1A8AE8;
}
.TagClassName
{
border-color: #1A8AE8;
}
</style>