Shades of Blue #021BFA
Tints of Blue #021BFA
RGB
CMYK
RGB Variations
Color information
#021BFA (or 0x021BFA) is known color: Blue. HEX triplet: 02, 1B and FA. RGB value is (2,27,250). Sum of RGB (Red+Green+Blue) = 2+27+250=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #021BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021BFA is #FDE405. Grayscale: #2C2C2C. Windows color (decimal): -16638982 or 16390914. OLE color: 16390914.
HSL color Cylindrical-coordinate representation of color #021BFA: hue angle of 233.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BFA is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 27 | 250 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.02 |
| HSL | 233.95º | 0.98% | 0.49% | - |
| HSV(B) | 233.95º | 0.99% | 0.98% | - |
| XYZ | 17.67 | 7.7 | 91 | - |
| YUV | 44.95 | 243.72 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 250 | 0.99 | 0.89 | 0 | 0.02 | 233.95 | 0.98 | 0.49 |
| Hex | 2 | 1B | FA | 63 | 59 | 0 | 2 | EA | 62 | 31 |
| Octal | 2 | 33 | 372 | 143 | 131 | 0 | 2 | 352 | 142 | 61 |
| Binary | 10 | 11011 | 11111010 | 1100011 | 1011001 | 0 | 10 | 11101010 | 1100010 | 110001 |
Color Harmonies of #021BFA
Complementary color
Monochromatic Colors of #021BFA
Black with #021BFA
Text Example
Text Example
White with #021BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BFA; }
p { color: rgb(2,27,250); }
H1.HeaderClassName
{
color: #021BFA;
}
.AnyTagClassName
{
color: #021BFA;
}
</style>
background-color css
<style>
a { background-color: #021BFA; }
a { background-color: rgb(2,27,250); }
div.DivClassName
{
background-color: #021BFA;
}
.BgClassName
{
background-color: #021BFA;
}
</style>
border-color css
<style>
span { border-color: #021BFA; }
span { border-color: rgb(2,27,250); }
td.TdClassName
{
border-color: #021BFA;
}
.TagClassName
{
border-color: #021BFA;
}
</style>