Shades of Blue #1B1DFB
Tints of Blue #1B1DFB
RGB
CMYK
RGB Variations
Color information
#1B1DFB (or 0x1B1DFB) is known color: Blue. HEX triplet: 1B, 1D and FB. RGB value is (27,29,251). Sum of RGB (Red+Green+Blue) = 27+29+251=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B1DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B1DFB is #E4E204. Grayscale: #343434. Windows color (decimal): -15000069 or 16456987. OLE color: 16456987.
HSL color Cylindrical-coordinate representation of color #1B1DFB: 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.89%. Process color model (Four color, CMYK) of #1B1DFB is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 29 | 251 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.02 |
| HSL | 239.46º | 0.97% | 0.55% | - |
| HSV(B) | 239.46º | 0.89% | 0.98% | - |
| XYZ | 18.3 | 8.08 | 91.86 | - |
| YUV | 53.71 | 239.34 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 251 | 0.89 | 0.88 | 0 | 0.02 | 239.46 | 0.97 | 0.55 |
| Hex | 1B | 1D | FB | 59 | 58 | 0 | 2 | EF | 61 | 37 |
| Octal | 33 | 35 | 373 | 131 | 130 | 0 | 2 | 357 | 141 | 67 |
| Binary | 11011 | 11101 | 11111011 | 1011001 | 1011000 | 0 | 10 | 11101111 | 1100001 | 110111 |
Color Harmonies of #1B1DFB
Complementary color
Monochromatic Colors of #1B1DFB
Black with #1B1DFB
Text Example
Text Example
White with #1B1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1DFB; }
p { color: rgb(27,29,251); }
H1.HeaderClassName
{
color: #1B1DFB;
}
.AnyTagClassName
{
color: #1B1DFB;
}
</style>
background-color css
<style>
a { background-color: #1B1DFB; }
a { background-color: rgb(27,29,251); }
div.DivClassName
{
background-color: #1B1DFB;
}
.BgClassName
{
background-color: #1B1DFB;
}
</style>
border-color css
<style>
span { border-color: #1B1DFB; }
span { border-color: rgb(27,29,251); }
td.TdClassName
{
border-color: #1B1DFB;
}
.TagClassName
{
border-color: #1B1DFB;
}
</style>