Shades of Dodger Blue #1AABFB
Tints of Dodger Blue #1AABFB
RGB
CMYK
RGB Variations
Color information
#1AABFB (or 0x1AABFB) is known color: Dodger Blue. HEX triplet: 1A, AB and FB. RGB value is (26,171,251). Sum of RGB (Red+Green+Blue) = 26+171+251=448 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.80% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #1AABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AABFB is #E55404. Grayscale: #888888. Windows color (decimal): -15029253 or 16493338. OLE color: 16493338.
HSL color Cylindrical-coordinate representation of color #1AABFB: hue angle of 201.33º degrees, saturation: 0.97, 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 #1AABFB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 171 | 251 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.02 |
| HSL | 201.33º | 0.97% | 0.54% | - |
| HSV(B) | 201.33º | 0.9% | 0.98% | - |
| XYZ | 32.4 | 36.31 | 96.57 | - |
| YUV | 136.77 | 192.46 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 251 | 0.90 | 0.32 | 0 | 0.02 | 201.33 | 0.97 | 0.54 |
| Hex | 1A | AB | FB | 5A | 20 | 0 | 2 | C9 | 61 | 36 |
| Octal | 32 | 253 | 373 | 132 | 40 | 0 | 2 | 311 | 141 | 66 |
| Binary | 11010 | 10101011 | 11111011 | 1011010 | 100000 | 0 | 10 | 11001001 | 1100001 | 110110 |
Color Harmonies of #1AABFB
Complementary color
Monochromatic Colors of #1AABFB
Black with #1AABFB
Text Example
Text Example
White with #1AABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AABFB; }
p { color: rgb(26,171,251); }
H1.HeaderClassName
{
color: #1AABFB;
}
.AnyTagClassName
{
color: #1AABFB;
}
</style>
background-color css
<style>
a { background-color: #1AABFB; }
a { background-color: rgb(26,171,251); }
div.DivClassName
{
background-color: #1AABFB;
}
.BgClassName
{
background-color: #1AABFB;
}
</style>
border-color css
<style>
span { border-color: #1AABFB; }
span { border-color: rgb(26,171,251); }
td.TdClassName
{
border-color: #1AABFB;
}
.TagClassName
{
border-color: #1AABFB;
}
</style>