Shades of Dodger Blue #1A9DEF
Tints of Dodger Blue #1A9DEF
RGB
CMYK
RGB Variations
Color information
#1A9DEF (or 0x1A9DEF) is known color: Dodger Blue. HEX triplet: 1A, 9D and EF. RGB value is (26,157,239). Sum of RGB (Red+Green+Blue) = 26+157+239=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A9DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9DEF is #E56210. Grayscale: #7E7E7E. Windows color (decimal): -15032849 or 15703322. OLE color: 15703322.
HSL color Cylindrical-coordinate representation of color #1A9DEF: hue angle of 203.1º 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 #1A9DEF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 157 | 239 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.06 |
| HSL | 203.1º | 0.87% | 0.52% | - |
| HSV(B) | 203.1º | 0.89% | 0.94% | - |
| XYZ | 28.06 | 30.57 | 86.08 | - |
| YUV | 127.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 157 | 239 | 0.89 | 0.34 | 0 | 0.06 | 203.1 | 0.87 | 0.52 |
| Hex | 1A | 9D | EF | 59 | 22 | 0 | 6 | CB | 57 | 34 |
| Octal | 32 | 235 | 357 | 131 | 42 | 0 | 6 | 313 | 127 | 64 |
| Binary | 11010 | 10011101 | 11101111 | 1011001 | 100010 | 0 | 110 | 11001011 | 1010111 | 110100 |
Color Harmonies of #1A9DEF
Complementary color
Monochromatic Colors of #1A9DEF
Black with #1A9DEF
Text Example
Text Example
White with #1A9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9DEF; }
p { color: rgb(26,157,239); }
H1.HeaderClassName
{
color: #1A9DEF;
}
.AnyTagClassName
{
color: #1A9DEF;
}
</style>
background-color css
<style>
a { background-color: #1A9DEF; }
a { background-color: rgb(26,157,239); }
div.DivClassName
{
background-color: #1A9DEF;
}
.BgClassName
{
background-color: #1A9DEF;
}
</style>
border-color css
<style>
span { border-color: #1A9DEF; }
span { border-color: rgb(26,157,239); }
td.TdClassName
{
border-color: #1A9DEF;
}
.TagClassName
{
border-color: #1A9DEF;
}
</style>