Shades of Dodger Blue #1A8FEB
Tints of Dodger Blue #1A8FEB
RGB
CMYK
RGB Variations
Color information
#1A8FEB (or 0x1A8FEB) is known color: Dodger Blue. HEX triplet: 1A, 8F and EB. RGB value is (26,143,235). Sum of RGB (Red+Green+Blue) = 26+143+235=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A8FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FEB is #E57014. Grayscale: #767676. Windows color (decimal): -15036437 or 15437594. OLE color: 15437594.
HSL color Cylindrical-coordinate representation of color #1A8FEB: hue angle of 206.41º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8FEB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 143 | 235 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.08 |
| HSL | 206.41º | 0.84% | 0.51% | - |
| HSV(B) | 206.41º | 0.89% | 0.92% | - |
| XYZ | 25.24 | 25.86 | 82.26 | - |
| YUV | 118.51 | 193.74 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 235 | 0.89 | 0.39 | 0 | 0.08 | 206.41 | 0.84 | 0.51 |
| Hex | 1A | 8F | EB | 59 | 27 | 0 | 8 | CE | 54 | 33 |
| Octal | 32 | 217 | 353 | 131 | 47 | 0 | 10 | 316 | 124 | 63 |
| Binary | 11010 | 10001111 | 11101011 | 1011001 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110011 |
Color Harmonies of #1A8FEB
Complementary color
Monochromatic Colors of #1A8FEB
Black with #1A8FEB
Text Example
Text Example
White with #1A8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FEB; }
p { color: rgb(26,143,235); }
H1.HeaderClassName
{
color: #1A8FEB;
}
.AnyTagClassName
{
color: #1A8FEB;
}
</style>
background-color css
<style>
a { background-color: #1A8FEB; }
a { background-color: rgb(26,143,235); }
div.DivClassName
{
background-color: #1A8FEB;
}
.BgClassName
{
background-color: #1A8FEB;
}
</style>
border-color css
<style>
span { border-color: #1A8FEB; }
span { border-color: rgb(26,143,235); }
td.TdClassName
{
border-color: #1A8FEB;
}
.TagClassName
{
border-color: #1A8FEB;
}
</style>