Shades of Dodger Blue #1A9DFF
Tints of Dodger Blue #1A9DFF
RGB
CMYK
RGB Variations
Color information
#1A9DFF (or 0x1A9DFF) is known color: Dodger Blue. HEX triplet: 1A, 9D and FF. RGB value is (26,157,255). Sum of RGB (Red+Green+Blue) = 26+157+255=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A9DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9DFF is #E56200. Grayscale: #808080. Windows color (decimal): -15032833 or 16751898. OLE color: 16751898.
HSL color Cylindrical-coordinate representation of color #1A9DFF: hue angle of 205.68º 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 #1A9DFF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 157 | 255 | - |
| CMYK | 0.90 | 0.38 | 0 | 0 |
| HSL | 205.68º | 1% | 0.55% | - |
| HSV(B) | 205.68º | 0.9% | 1% | - |
| XYZ | 30.53 | 31.55 | 99.09 | - |
| YUV | 129 | 199.1 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 157 | 255 | 0.90 | 0.38 | 0 | 0 | 205.68 | 1 | 0.55 |
| Hex | 1A | 9D | FF | 5A | 26 | 0 | 0 | CE | 64 | 37 |
| Octal | 32 | 235 | 377 | 132 | 46 | 0 | 0 | 316 | 144 | 67 |
| Binary | 11010 | 10011101 | 11111111 | 1011010 | 100110 | 0 | 0 | 11001110 | 1100100 | 110111 |
Color Harmonies of #1A9DFF
Complementary color
Monochromatic Colors of #1A9DFF
Black with #1A9DFF
Text Example
Text Example
White with #1A9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9DFF; }
p { color: rgb(26,157,255); }
H1.HeaderClassName
{
color: #1A9DFF;
}
.AnyTagClassName
{
color: #1A9DFF;
}
</style>
background-color css
<style>
a { background-color: #1A9DFF; }
a { background-color: rgb(26,157,255); }
div.DivClassName
{
background-color: #1A9DFF;
}
.BgClassName
{
background-color: #1A9DFF;
}
</style>
border-color css
<style>
span { border-color: #1A9DFF; }
span { border-color: rgb(26,157,255); }
td.TdClassName
{
border-color: #1A9DFF;
}
.TagClassName
{
border-color: #1A9DFF;
}
</style>