Shades of Blue #021BFF
Tints of Blue #021BFF
RGB
CMYK
RGB Variations
Color information
#021BFF (or 0x021BFF) is known color: Blue. HEX triplet: 02, 1B and FF. RGB value is (2,27,255). Sum of RGB (Red+Green+Blue) = 2+27+255=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #021BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021BFF is #FDE400. Grayscale: #2C2C2C. Windows color (decimal): -16638977 or 16718594. OLE color: 16718594.
HSL color Cylindrical-coordinate representation of color #021BFF: hue angle of 234.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BFF is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 27 | 255 | - |
| CMYK | 0.99 | 0.89 | 0 | 0 |
| HSL | 234.07º | 1% | 0.5% | - |
| HSV(B) | 234.07º | 0.99% | 1% | - |
| XYZ | 18.47 | 8.02 | 95.18 | - |
| YUV | 45.52 | 246.22 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 255 | 0.99 | 0.89 | 0 | 0 | 234.07 | 1 | 0.5 |
| Hex | 2 | 1B | FF | 63 | 59 | 0 | 0 | EA | 64 | 32 |
| Octal | 2 | 33 | 377 | 143 | 131 | 0 | 0 | 352 | 144 | 62 |
| Binary | 10 | 11011 | 11111111 | 1100011 | 1011001 | 0 | 0 | 11101010 | 1100100 | 110010 |
Color Harmonies of #021BFF
Complementary color
Monochromatic Colors of #021BFF
Black with #021BFF
Text Example
Text Example
White with #021BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BFF; }
p { color: rgb(2,27,255); }
H1.HeaderClassName
{
color: #021BFF;
}
.AnyTagClassName
{
color: #021BFF;
}
</style>
background-color css
<style>
a { background-color: #021BFF; }
a { background-color: rgb(2,27,255); }
div.DivClassName
{
background-color: #021BFF;
}
.BgClassName
{
background-color: #021BFF;
}
</style>
border-color css
<style>
span { border-color: #021BFF; }
span { border-color: rgb(2,27,255); }
td.TdClassName
{
border-color: #021BFF;
}
.TagClassName
{
border-color: #021BFF;
}
</style>