Shades of Blue #1B2FF6
Tints of Blue #1B2FF6
RGB
CMYK
RGB Variations
Color information
#1B2FF6 (or 0x1B2FF6) is known color: Blue. HEX triplet: 1B, 2F and F6. RGB value is (27,47,246). Sum of RGB (Red+Green+Blue) = 27+47+246=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 246 (96.48% from 255 or 76.88% from 320); Max value from RGB is 246 - color contains mainly: blue. Hex color #1B2FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B2FF6 is #E4D009. Grayscale: #3E3E3E. Windows color (decimal): -14995466 or 16133915. OLE color: 16133915.
HSL color Cylindrical-coordinate representation of color #1B2FF6: hue angle of 234.52º 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 #1B2FF6 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 47 | 246 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.04 |
| HSL | 234.52º | 0.92% | 0.54% | - |
| HSV(B) | 234.52º | 0.89% | 0.96% | - |
| XYZ | 18.1 | 8.92 | 87.96 | - |
| YUV | 63.71 | 230.87 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 246 | 0.89 | 0.81 | 0 | 0.04 | 234.52 | 0.92 | 0.54 |
| Hex | 1B | 2F | F6 | 59 | 51 | 0 | 4 | EB | 5C | 36 |
| Octal | 33 | 57 | 366 | 131 | 121 | 0 | 4 | 353 | 134 | 66 |
| Binary | 11011 | 101111 | 11110110 | 1011001 | 1010001 | 0 | 100 | 11101011 | 1011100 | 110110 |
Color Harmonies of #1B2FF6
Complementary color
Monochromatic Colors of #1B2FF6
Black with #1B2FF6
Text Example
Text Example
White with #1B2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FF6; }
p { color: rgb(27,47,246); }
H1.HeaderClassName
{
color: #1B2FF6;
}
.AnyTagClassName
{
color: #1B2FF6;
}
</style>
background-color css
<style>
a { background-color: #1B2FF6; }
a { background-color: rgb(27,47,246); }
div.DivClassName
{
background-color: #1B2FF6;
}
.BgClassName
{
background-color: #1B2FF6;
}
</style>
border-color css
<style>
span { border-color: #1B2FF6; }
span { border-color: rgb(27,47,246); }
td.TdClassName
{
border-color: #1B2FF6;
}
.TagClassName
{
border-color: #1B2FF6;
}
</style>