Shades of Dodger Blue #1A69FF
Tints of Dodger Blue #1A69FF
RGB
CMYK
RGB Variations
Color information
#1A69FF (or 0x1A69FF) is known color: Dodger Blue. HEX triplet: 1A, 69 and FF. RGB value is (26,105,255). Sum of RGB (Red+Green+Blue) = 26+105+255=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A69FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A69FF is #E59600. Grayscale: #616161. Windows color (decimal): -15046145 or 16738586. OLE color: 16738586.
HSL color Cylindrical-coordinate representation of color #1A69FF: hue angle of 219.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A69FF is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 105 | 255 | - |
| CMYK | 0.90 | 0.59 | 0 | 0 |
| HSL | 219.3º | 1% | 0.55% | - |
| HSV(B) | 219.3º | 0.9% | 1% | - |
| XYZ | 23.53 | 17.54 | 96.75 | - |
| YUV | 98.48 | 216.33 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 255 | 0.90 | 0.59 | 0 | 0 | 219.3 | 1 | 0.55 |
| Hex | 1A | 69 | FF | 5A | 3B | 0 | 0 | DB | 64 | 37 |
| Octal | 32 | 151 | 377 | 132 | 73 | 0 | 0 | 333 | 144 | 67 |
| Binary | 11010 | 1101001 | 11111111 | 1011010 | 111011 | 0 | 0 | 11011011 | 1100100 | 110111 |
Color Harmonies of #1A69FF
Complementary color
Monochromatic Colors of #1A69FF
Black with #1A69FF
Text Example
Text Example
White with #1A69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A69FF; }
p { color: rgb(26,105,255); }
H1.HeaderClassName
{
color: #1A69FF;
}
.AnyTagClassName
{
color: #1A69FF;
}
</style>
background-color css
<style>
a { background-color: #1A69FF; }
a { background-color: rgb(26,105,255); }
div.DivClassName
{
background-color: #1A69FF;
}
.BgClassName
{
background-color: #1A69FF;
}
</style>
border-color css
<style>
span { border-color: #1A69FF; }
span { border-color: rgb(26,105,255); }
td.TdClassName
{
border-color: #1A69FF;
}
.TagClassName
{
border-color: #1A69FF;
}
</style>