Shades of Blue #1B2DF6
Tints of Blue #1B2DF6
RGB
CMYK
RGB Variations
Color information
#1B2DF6 (or 0x1B2DF6) is known color: Blue. HEX triplet: 1B, 2D and F6. RGB value is (27,45,246). Sum of RGB (Red+Green+Blue) = 27+45+246=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 246 (96.48% from 255 or 77.36% from 318); Max value from RGB is 246 - color contains mainly: blue. Hex color #1B2DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2DF6 is #E4D209. Grayscale: #3D3D3D. Windows color (decimal): -14995978 or 16133403. OLE color: 16133403.
HSL color Cylindrical-coordinate representation of color #1B2DF6: hue angle of 235.07º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B2DF6 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 45 | 246 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.04 |
| HSL | 235.07º | 0.92% | 0.54% | - |
| HSV(B) | 235.07º | 0.89% | 0.96% | - |
| XYZ | 18.02 | 8.76 | 87.93 | - |
| YUV | 62.53 | 231.54 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 246 | 0.89 | 0.82 | 0 | 0.04 | 235.07 | 0.92 | 0.54 |
| Hex | 1B | 2D | F6 | 59 | 52 | 0 | 4 | EB | 5C | 36 |
| Octal | 33 | 55 | 366 | 131 | 122 | 0 | 4 | 353 | 134 | 66 |
| Binary | 11011 | 101101 | 11110110 | 1011001 | 1010010 | 0 | 100 | 11101011 | 1011100 | 110110 |
Color Harmonies of #1B2DF6
Complementary color
Monochromatic Colors of #1B2DF6
Black with #1B2DF6
Text Example
Text Example
White with #1B2DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DF6; }
p { color: rgb(27,45,246); }
H1.HeaderClassName
{
color: #1B2DF6;
}
.AnyTagClassName
{
color: #1B2DF6;
}
</style>
background-color css
<style>
a { background-color: #1B2DF6; }
a { background-color: rgb(27,45,246); }
div.DivClassName
{
background-color: #1B2DF6;
}
.BgClassName
{
background-color: #1B2DF6;
}
</style>
border-color css
<style>
span { border-color: #1B2DF6; }
span { border-color: rgb(27,45,246); }
td.TdClassName
{
border-color: #1B2DF6;
}
.TagClassName
{
border-color: #1B2DF6;
}
</style>