Shades of Blue #1D2AF6
Tints of Blue #1D2AF6
RGB
CMYK
RGB Variations
Color information
#1D2AF6 (or 0x1D2AF6) is known color: Blue. HEX triplet: 1D, 2A and F6. RGB value is (29,42,246). Sum of RGB (Red+Green+Blue) = 29+42+246=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 246 (96.48% from 255 or 77.60% from 317); Max value from RGB is 246 - color contains mainly: blue. Hex color #1D2AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2AF6 is #E2D509. Grayscale: #3C3C3C. Windows color (decimal): -14865674 or 16132637. OLE color: 16132637.
HSL color Cylindrical-coordinate representation of color #1D2AF6: hue angle of 236.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2AF6 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 42 | 246 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.04 |
| HSL | 236.41º | 0.92% | 0.54% | - |
| HSV(B) | 236.41º | 0.88% | 0.96% | - |
| XYZ | 17.97 | 8.57 | 87.9 | - |
| YUV | 61.37 | 232.19 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 246 | 0.88 | 0.83 | 0 | 0.04 | 236.41 | 0.92 | 0.54 |
| Hex | 1D | 2A | F6 | 58 | 53 | 0 | 4 | EC | 5C | 36 |
| Octal | 35 | 52 | 366 | 130 | 123 | 0 | 4 | 354 | 134 | 66 |
| Binary | 11101 | 101010 | 11110110 | 1011000 | 1010011 | 0 | 100 | 11101100 | 1011100 | 110110 |
Color Harmonies of #1D2AF6
Complementary color
Monochromatic Colors of #1D2AF6
Black with #1D2AF6
Text Example
Text Example
White with #1D2AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2AF6; }
p { color: rgb(29,42,246); }
H1.HeaderClassName
{
color: #1D2AF6;
}
.AnyTagClassName
{
color: #1D2AF6;
}
</style>
background-color css
<style>
a { background-color: #1D2AF6; }
a { background-color: rgb(29,42,246); }
div.DivClassName
{
background-color: #1D2AF6;
}
.BgClassName
{
background-color: #1D2AF6;
}
</style>
border-color css
<style>
span { border-color: #1D2AF6; }
span { border-color: rgb(29,42,246); }
td.TdClassName
{
border-color: #1D2AF6;
}
.TagClassName
{
border-color: #1D2AF6;
}
</style>