Shades of Blue #1B21EF
Tints of Blue #1B21EF
RGB
CMYK
RGB Variations
Color information
#1B21EF (or 0x1B21EF) is known color: Blue. HEX triplet: 1B, 21 and EF. RGB value is (27,33,239). Sum of RGB (Red+Green+Blue) = 27+33+239=299 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.03% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B21EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B21EF is #E4DE10. Grayscale: #353535. Windows color (decimal): -14999057 or 15671579. OLE color: 15671579.
HSL color Cylindrical-coordinate representation of color #1B21EF: hue angle of 238.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B21EF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 33 | 239 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.06 |
| HSL | 238.3º | 0.87% | 0.52% | - |
| HSV(B) | 238.3º | 0.89% | 0.94% | - |
| XYZ | 16.58 | 7.55 | 82.25 | - |
| YUV | 54.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 239 | 0.89 | 0.86 | 0 | 0.06 | 238.3 | 0.87 | 0.52 |
| Hex | 1B | 21 | EF | 59 | 56 | 0 | 6 | EE | 57 | 34 |
| Octal | 33 | 41 | 357 | 131 | 126 | 0 | 6 | 356 | 127 | 64 |
| Binary | 11011 | 100001 | 11101111 | 1011001 | 1010110 | 0 | 110 | 11101110 | 1010111 | 110100 |
Color Harmonies of #1B21EF
Complementary color
Monochromatic Colors of #1B21EF
Black with #1B21EF
Text Example
Text Example
White with #1B21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B21EF; }
p { color: rgb(27,33,239); }
H1.HeaderClassName
{
color: #1B21EF;
}
.AnyTagClassName
{
color: #1B21EF;
}
</style>
background-color css
<style>
a { background-color: #1B21EF; }
a { background-color: rgb(27,33,239); }
div.DivClassName
{
background-color: #1B21EF;
}
.BgClassName
{
background-color: #1B21EF;
}
</style>
border-color css
<style>
span { border-color: #1B21EF; }
span { border-color: rgb(27,33,239); }
td.TdClassName
{
border-color: #1B21EF;
}
.TagClassName
{
border-color: #1B21EF;
}
</style>