Shades of Dodger Blue #1A81DD
Tints of Dodger Blue #1A81DD
RGB
CMYK
RGB Variations
Color information
#1A81DD (or 0x1A81DD) is known color: Dodger Blue. HEX triplet: 1A, 81 and DD. RGB value is (26,129,221). Sum of RGB (Red+Green+Blue) = 26+129+221=376 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.91% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A81DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A81DD is #E57E22. Grayscale: #6C6C6C. Windows color (decimal): -15040035 or 14516506. OLE color: 14516506.
HSL color Cylindrical-coordinate representation of color #1A81DD: hue angle of 208.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A81DD is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 129 | 221 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.13 |
| HSL | 208.31º | 0.79% | 0.48% | - |
| HSV(B) | 208.31º | 0.88% | 0.87% | - |
| XYZ | 21.33 | 21.14 | 71.36 | - |
| YUV | 108.69 | 191.38 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 221 | 0.88 | 0.42 | 0 | 0.13 | 208.31 | 0.79 | 0.48 |
| Hex | 1A | 81 | DD | 58 | 2A | 0 | D | D0 | 4F | 30 |
| Octal | 32 | 201 | 335 | 130 | 52 | 0 | 15 | 320 | 117 | 60 |
| Binary | 11010 | 10000001 | 11011101 | 1011000 | 101010 | 0 | 1101 | 11010000 | 1001111 | 110000 |
Color Harmonies of #1A81DD
Complementary color
Monochromatic Colors of #1A81DD
Black with #1A81DD
Text Example
Text Example
White with #1A81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A81DD; }
p { color: rgb(26,129,221); }
H1.HeaderClassName
{
color: #1A81DD;
}
.AnyTagClassName
{
color: #1A81DD;
}
</style>
background-color css
<style>
a { background-color: #1A81DD; }
a { background-color: rgb(26,129,221); }
div.DivClassName
{
background-color: #1A81DD;
}
.BgClassName
{
background-color: #1A81DD;
}
</style>
border-color css
<style>
span { border-color: #1A81DD; }
span { border-color: rgb(26,129,221); }
td.TdClassName
{
border-color: #1A81DD;
}
.TagClassName
{
border-color: #1A81DD;
}
</style>