Shades of Dodger Blue #1A8EF9
Tints of Dodger Blue #1A8EF9
RGB
CMYK
RGB Variations
Color information
#1A8EF9 (or 0x1A8EF9) is known color: Dodger Blue. HEX triplet: 1A, 8E and F9. RGB value is (26,142,249). Sum of RGB (Red+Green+Blue) = 26+142+249=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A8EF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8EF9 is #E57106. Grayscale: #767676. Windows color (decimal): -15036679 or 16354842. OLE color: 16354842.
HSL color Cylindrical-coordinate representation of color #1A8EF9: hue angle of 208.79º degrees, saturation: 0.95, 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 #1A8EF9 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 142 | 249 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.02 |
| HSL | 208.79º | 0.95% | 0.54% | - |
| HSV(B) | 208.79º | 0.9% | 0.98% | - |
| XYZ | 27.2 | 26.41 | 93.29 | - |
| YUV | 119.51 | 201.07 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 142 | 249 | 0.90 | 0.43 | 0 | 0.02 | 208.79 | 0.95 | 0.54 |
| Hex | 1A | 8E | F9 | 5A | 2B | 0 | 2 | D1 | 5F | 36 |
| Octal | 32 | 216 | 371 | 132 | 53 | 0 | 2 | 321 | 137 | 66 |
| Binary | 11010 | 10001110 | 11111001 | 1011010 | 101011 | 0 | 10 | 11010001 | 1011111 | 110110 |
Color Harmonies of #1A8EF9
Complementary color
Monochromatic Colors of #1A8EF9
Black with #1A8EF9
Text Example
Text Example
White with #1A8EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8EF9; }
p { color: rgb(26,142,249); }
H1.HeaderClassName
{
color: #1A8EF9;
}
.AnyTagClassName
{
color: #1A8EF9;
}
</style>
background-color css
<style>
a { background-color: #1A8EF9; }
a { background-color: rgb(26,142,249); }
div.DivClassName
{
background-color: #1A8EF9;
}
.BgClassName
{
background-color: #1A8EF9;
}
</style>
border-color css
<style>
span { border-color: #1A8EF9; }
span { border-color: rgb(26,142,249); }
td.TdClassName
{
border-color: #1A8EF9;
}
.TagClassName
{
border-color: #1A8EF9;
}
</style>