Shades of Dodger Blue #1A9BF1
Tints of Dodger Blue #1A9BF1
RGB
CMYK
RGB Variations
Color information
#1A9BF1 (or 0x1A9BF1) is known color: Dodger Blue. HEX triplet: 1A, 9B and F1. RGB value is (26,155,241). Sum of RGB (Red+Green+Blue) = 26+155+241=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A9BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9BF1 is #E5640E. Grayscale: #7D7D7D. Windows color (decimal): -15033359 or 15833882. OLE color: 15833882.
HSL color Cylindrical-coordinate representation of color #1A9BF1: hue angle of 204º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A9BF1 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 155 | 241 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.05 |
| HSL | 204º | 0.88% | 0.52% | - |
| HSV(B) | 204º | 0.89% | 0.95% | - |
| XYZ | 28.02 | 30.01 | 87.54 | - |
| YUV | 126.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 155 | 241 | 0.89 | 0.36 | 0 | 0.05 | 204 | 0.88 | 0.52 |
| Hex | 1A | 9B | F1 | 59 | 24 | 0 | 5 | CC | 58 | 34 |
| Octal | 32 | 233 | 361 | 131 | 44 | 0 | 5 | 314 | 130 | 64 |
| Binary | 11010 | 10011011 | 11110001 | 1011001 | 100100 | 0 | 101 | 11001100 | 1011000 | 110100 |
Color Harmonies of #1A9BF1
Complementary color
Monochromatic Colors of #1A9BF1
Black with #1A9BF1
Text Example
Text Example
White with #1A9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9BF1; }
p { color: rgb(26,155,241); }
H1.HeaderClassName
{
color: #1A9BF1;
}
.AnyTagClassName
{
color: #1A9BF1;
}
</style>
background-color css
<style>
a { background-color: #1A9BF1; }
a { background-color: rgb(26,155,241); }
div.DivClassName
{
background-color: #1A9BF1;
}
.BgClassName
{
background-color: #1A9BF1;
}
</style>
border-color css
<style>
span { border-color: #1A9BF1; }
span { border-color: rgb(26,155,241); }
td.TdClassName
{
border-color: #1A9BF1;
}
.TagClassName
{
border-color: #1A9BF1;
}
</style>