Shades of Blue #1D1AFA
Tints of Blue #1D1AFA
RGB
CMYK
RGB Variations
Color information
#1D1AFA (or 0x1D1AFA) is known color: Blue. HEX triplet: 1D, 1A and FA. RGB value is (29,26,250). Sum of RGB (Red+Green+Blue) = 29+26+250=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D1AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1AFA is #E2E505. Grayscale: #333333. Windows color (decimal): -14869766 or 16390685. OLE color: 16390685.
HSL color Cylindrical-coordinate representation of color #1D1AFA: hue angle of 240.8º degrees, saturation: 0.96, 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 #1D1AFA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 26 | 250 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.02 |
| HSL | 240.8º | 0.96% | 0.54% | - |
| HSV(B) | 240.8º | 0.9% | 0.98% | - |
| XYZ | 18.13 | 7.9 | 91.01 | - |
| YUV | 52.43 | 239.49 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 250 | 0.88 | 0.90 | 0 | 0.02 | 240.8 | 0.96 | 0.54 |
| Hex | 1D | 1A | FA | 58 | 5A | 0 | 2 | F1 | 60 | 36 |
| Octal | 35 | 32 | 372 | 130 | 132 | 0 | 2 | 361 | 140 | 66 |
| Binary | 11101 | 11010 | 11111010 | 1011000 | 1011010 | 0 | 10 | 11110001 | 1100000 | 110110 |
Color Harmonies of #1D1AFA
Complementary color
Monochromatic Colors of #1D1AFA
Black with #1D1AFA
Text Example
Text Example
White with #1D1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1AFA; }
p { color: rgb(29,26,250); }
H1.HeaderClassName
{
color: #1D1AFA;
}
.AnyTagClassName
{
color: #1D1AFA;
}
</style>
background-color css
<style>
a { background-color: #1D1AFA; }
a { background-color: rgb(29,26,250); }
div.DivClassName
{
background-color: #1D1AFA;
}
.BgClassName
{
background-color: #1D1AFA;
}
</style>
border-color css
<style>
span { border-color: #1D1AFA; }
span { border-color: rgb(29,26,250); }
td.TdClassName
{
border-color: #1D1AFA;
}
.TagClassName
{
border-color: #1D1AFA;
}
</style>