Shades of Blue #1D1AFB
Tints of Blue #1D1AFB
RGB
CMYK
RGB Variations
Color information
#1D1AFB (or 0x1D1AFB) is known color: Blue. HEX triplet: 1D, 1A and FB. RGB value is (29,26,251). Sum of RGB (Red+Green+Blue) = 29+26+251=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1AFB is #E2E504. Grayscale: #333333. Windows color (decimal): -14869765 or 16456221. OLE color: 16456221.
HSL color Cylindrical-coordinate representation of color #1D1AFB: hue angle of 240.8º degrees, saturation: 0.97, 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 #1D1AFB is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 26 | 251 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.02 |
| HSL | 240.8º | 0.97% | 0.54% | - |
| HSV(B) | 240.8º | 0.9% | 0.98% | - |
| XYZ | 18.29 | 7.97 | 91.84 | - |
| YUV | 52.55 | 239.99 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 251 | 0.88 | 0.90 | 0 | 0.02 | 240.8 | 0.97 | 0.54 |
| Hex | 1D | 1A | FB | 58 | 5A | 0 | 2 | F1 | 61 | 36 |
| Octal | 35 | 32 | 373 | 130 | 132 | 0 | 2 | 361 | 141 | 66 |
| Binary | 11101 | 11010 | 11111011 | 1011000 | 1011010 | 0 | 10 | 11110001 | 1100001 | 110110 |
Color Harmonies of #1D1AFB
Complementary color
Monochromatic Colors of #1D1AFB
Black with #1D1AFB
Text Example
Text Example
White with #1D1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1AFB; }
p { color: rgb(29,26,251); }
H1.HeaderClassName
{
color: #1D1AFB;
}
.AnyTagClassName
{
color: #1D1AFB;
}
</style>
background-color css
<style>
a { background-color: #1D1AFB; }
a { background-color: rgb(29,26,251); }
div.DivClassName
{
background-color: #1D1AFB;
}
.BgClassName
{
background-color: #1D1AFB;
}
</style>
border-color css
<style>
span { border-color: #1D1AFB; }
span { border-color: rgb(29,26,251); }
td.TdClassName
{
border-color: #1D1AFB;
}
.TagClassName
{
border-color: #1D1AFB;
}
</style>