Shades of Dodger Blue #1A8EEF
Tints of Dodger Blue #1A8EEF
RGB
CMYK
RGB Variations
Color information
#1A8EEF (or 0x1A8EEF) is known color: Dodger Blue. HEX triplet: 1A, 8E and EF. RGB value is (26,142,239). Sum of RGB (Red+Green+Blue) = 26+142+239=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A8EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8EEF is #E57110. Grayscale: #757575. Windows color (decimal): -15036689 or 15699482. OLE color: 15699482.
HSL color Cylindrical-coordinate representation of color #1A8EEF: hue angle of 207.32º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8EEF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 142 | 239 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.06 |
| HSL | 207.32º | 0.87% | 0.52% | - |
| HSV(B) | 207.32º | 0.89% | 0.94% | - |
| XYZ | 25.68 | 25.8 | 85.29 | - |
| YUV | 118.37 | 196.07 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 239 | 0.89 | 0.41 | 0 | 0.06 | 207.32 | 0.87 | 0.52 |
| Hex | 1A | 8E | EF | 59 | 29 | 0 | 6 | CF | 57 | 34 |
| Octal | 32 | 216 | 357 | 131 | 51 | 0 | 6 | 317 | 127 | 64 |
| Binary | 11010 | 10001110 | 11101111 | 1011001 | 101001 | 0 | 110 | 11001111 | 1010111 | 110100 |
Color Harmonies of #1A8EEF
Complementary color
Monochromatic Colors of #1A8EEF
Black with #1A8EEF
Text Example
Text Example
White with #1A8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8EEF; }
p { color: rgb(26,142,239); }
H1.HeaderClassName
{
color: #1A8EEF;
}
.AnyTagClassName
{
color: #1A8EEF;
}
</style>
background-color css
<style>
a { background-color: #1A8EEF; }
a { background-color: rgb(26,142,239); }
div.DivClassName
{
background-color: #1A8EEF;
}
.BgClassName
{
background-color: #1A8EEF;
}
</style>
border-color css
<style>
span { border-color: #1A8EEF; }
span { border-color: rgb(26,142,239); }
td.TdClassName
{
border-color: #1A8EEF;
}
.TagClassName
{
border-color: #1A8EEF;
}
</style>