Shades of Blue #1D1FFB
Tints of Blue #1D1FFB
RGB
CMYK
RGB Variations
Color information
#1D1FFB (or 0x1D1FFB) is known color: Blue. HEX triplet: 1D, 1F and FB. RGB value is (29,31,251). Sum of RGB (Red+Green+Blue) = 29+31+251=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D1FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1FFB is #E2E004. Grayscale: #363636. Windows color (decimal): -14868485 or 16457501. OLE color: 16457501.
HSL color Cylindrical-coordinate representation of color #1D1FFB: hue angle of 239.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1FFB is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 31 | 251 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.02 |
| HSL | 239.46º | 0.97% | 0.55% | - |
| HSV(B) | 239.46º | 0.88% | 0.98% | - |
| XYZ | 18.41 | 8.21 | 91.88 | - |
| YUV | 55.48 | 238.34 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 251 | 0.88 | 0.88 | 0 | 0.02 | 239.46 | 0.97 | 0.55 |
| Hex | 1D | 1F | FB | 58 | 58 | 0 | 2 | EF | 61 | 37 |
| Octal | 35 | 37 | 373 | 130 | 130 | 0 | 2 | 357 | 141 | 67 |
| Binary | 11101 | 11111 | 11111011 | 1011000 | 1011000 | 0 | 10 | 11101111 | 1100001 | 110111 |
Color Harmonies of #1D1FFB
Complementary color
Monochromatic Colors of #1D1FFB
Black with #1D1FFB
Text Example
Text Example
White with #1D1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1FFB; }
p { color: rgb(29,31,251); }
H1.HeaderClassName
{
color: #1D1FFB;
}
.AnyTagClassName
{
color: #1D1FFB;
}
</style>
background-color css
<style>
a { background-color: #1D1FFB; }
a { background-color: rgb(29,31,251); }
div.DivClassName
{
background-color: #1D1FFB;
}
.BgClassName
{
background-color: #1D1FFB;
}
</style>
border-color css
<style>
span { border-color: #1D1FFB; }
span { border-color: rgb(29,31,251); }
td.TdClassName
{
border-color: #1D1FFB;
}
.TagClassName
{
border-color: #1D1FFB;
}
</style>