Shades of Dodger Blue #1A91EB
Tints of Dodger Blue #1A91EB
RGB
CMYK
RGB Variations
Color information
#1A91EB (or 0x1A91EB) is known color: Dodger Blue. HEX triplet: 1A, 91 and EB. RGB value is (26,145,235). Sum of RGB (Red+Green+Blue) = 26+145+235=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A91EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A91EB is #E56E14. Grayscale: #777777. Windows color (decimal): -15035925 or 15438106. OLE color: 15438106.
HSL color Cylindrical-coordinate representation of color #1A91EB: hue angle of 205.84º 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 #1A91EB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 145 | 235 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.08 |
| HSL | 205.84º | 0.84% | 0.51% | - |
| HSV(B) | 205.84º | 0.89% | 0.92% | - |
| XYZ | 25.55 | 26.47 | 82.36 | - |
| YUV | 119.68 | 193.08 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 145 | 235 | 0.89 | 0.38 | 0 | 0.08 | 205.84 | 0.84 | 0.51 |
| Hex | 1A | 91 | EB | 59 | 26 | 0 | 8 | CE | 54 | 33 |
| Octal | 32 | 221 | 353 | 131 | 46 | 0 | 10 | 316 | 124 | 63 |
| Binary | 11010 | 10010001 | 11101011 | 1011001 | 100110 | 0 | 1000 | 11001110 | 1010100 | 110011 |
Color Harmonies of #1A91EB
Complementary color
Monochromatic Colors of #1A91EB
Black with #1A91EB
Text Example
Text Example
White with #1A91EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A91EB; }
p { color: rgb(26,145,235); }
H1.HeaderClassName
{
color: #1A91EB;
}
.AnyTagClassName
{
color: #1A91EB;
}
</style>
background-color css
<style>
a { background-color: #1A91EB; }
a { background-color: rgb(26,145,235); }
div.DivClassName
{
background-color: #1A91EB;
}
.BgClassName
{
background-color: #1A91EB;
}
</style>
border-color css
<style>
span { border-color: #1A91EB; }
span { border-color: rgb(26,145,235); }
td.TdClassName
{
border-color: #1A91EB;
}
.TagClassName
{
border-color: #1A91EB;
}
</style>