Shades of Blue #1A1DFD
Tints of Blue #1A1DFD
RGB
CMYK
RGB Variations
Color information
#1A1DFD (or 0x1A1DFD) is known color: Blue. HEX triplet: 1A, 1D and FD. RGB value is (26,29,253). Sum of RGB (Red+Green+Blue) = 26+29+253=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A1DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1DFD is #E5E202. Grayscale: #343434. Windows color (decimal): -15065603 or 16588058. OLE color: 16588058.
HSL color Cylindrical-coordinate representation of color #1A1DFD: hue angle of 239.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A1DFD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 29 | 253 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.01 |
| HSL | 239.21º | 0.98% | 0.55% | - |
| HSV(B) | 239.21º | 0.9% | 0.99% | - |
| XYZ | 18.59 | 8.19 | 93.53 | - |
| YUV | 53.64 | 240.51 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 253 | 0.90 | 0.89 | 0 | 0.01 | 239.21 | 0.98 | 0.55 |
| Hex | 1A | 1D | FD | 5A | 59 | 0 | 1 | EF | 62 | 37 |
| Octal | 32 | 35 | 375 | 132 | 131 | 0 | 1 | 357 | 142 | 67 |
| Binary | 11010 | 11101 | 11111101 | 1011010 | 1011001 | 0 | 1 | 11101111 | 1100010 | 110111 |
Color Harmonies of #1A1DFD
Complementary color
Monochromatic Colors of #1A1DFD
Black with #1A1DFD
Text Example
Text Example
White with #1A1DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1DFD; }
p { color: rgb(26,29,253); }
H1.HeaderClassName
{
color: #1A1DFD;
}
.AnyTagClassName
{
color: #1A1DFD;
}
</style>
background-color css
<style>
a { background-color: #1A1DFD; }
a { background-color: rgb(26,29,253); }
div.DivClassName
{
background-color: #1A1DFD;
}
.BgClassName
{
background-color: #1A1DFD;
}
</style>
border-color css
<style>
span { border-color: #1A1DFD; }
span { border-color: rgb(26,29,253); }
td.TdClassName
{
border-color: #1A1DFD;
}
.TagClassName
{
border-color: #1A1DFD;
}
</style>