Shades of Dodger Blue #1A81F9
Tints of Dodger Blue #1A81F9
RGB
CMYK
RGB Variations
Color information
#1A81F9 (or 0x1A81F9) is known color: Dodger Blue. HEX triplet: 1A, 81 and F9. RGB value is (26,129,249). Sum of RGB (Red+Green+Blue) = 26+129+249=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A81F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A81F9 is #E57E06. Grayscale: #6F6F6F. Windows color (decimal): -15040007 or 16351514. OLE color: 16351514.
HSL color Cylindrical-coordinate representation of color #1A81F9: hue angle of 212.29º 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 #1A81F9 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 129 | 249 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.02 |
| HSL | 212.29º | 0.95% | 0.54% | - |
| HSV(B) | 212.29º | 0.9% | 0.98% | - |
| XYZ | 25.38 | 22.76 | 92.68 | - |
| YUV | 111.88 | 205.38 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 249 | 0.90 | 0.48 | 0 | 0.02 | 212.29 | 0.95 | 0.54 |
| Hex | 1A | 81 | F9 | 5A | 30 | 0 | 2 | D4 | 5F | 36 |
| Octal | 32 | 201 | 371 | 132 | 60 | 0 | 2 | 324 | 137 | 66 |
| Binary | 11010 | 10000001 | 11111001 | 1011010 | 110000 | 0 | 10 | 11010100 | 1011111 | 110110 |
Color Harmonies of #1A81F9
Complementary color
Monochromatic Colors of #1A81F9
Black with #1A81F9
Text Example
Text Example
White with #1A81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A81F9; }
p { color: rgb(26,129,249); }
H1.HeaderClassName
{
color: #1A81F9;
}
.AnyTagClassName
{
color: #1A81F9;
}
</style>
background-color css
<style>
a { background-color: #1A81F9; }
a { background-color: rgb(26,129,249); }
div.DivClassName
{
background-color: #1A81F9;
}
.BgClassName
{
background-color: #1A81F9;
}
</style>
border-color css
<style>
span { border-color: #1A81F9; }
span { border-color: rgb(26,129,249); }
td.TdClassName
{
border-color: #1A81F9;
}
.TagClassName
{
border-color: #1A81F9;
}
</style>