Shades of Blue #021CF9
Tints of Blue #021CF9
RGB
CMYK
RGB Variations
Color information
#021CF9 (or 0x021CF9) is known color: Blue. HEX triplet: 02, 1C and F9. RGB value is (2,28,249). Sum of RGB (Red+Green+Blue) = 2+28+249=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 249 (97.66% from 255 or 89.25% from 279); Max value from RGB is 249 - color contains mainly: blue. Hex color #021CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021CF9 is #FDE306. Grayscale: #2C2C2C. Windows color (decimal): -16638727 or 16325634. OLE color: 16325634.
HSL color Cylindrical-coordinate representation of color #021CF9: hue angle of 233.68º 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 #021CF9 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 28 | 249 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.02 |
| HSL | 233.68º | 0.98% | 0.49% | - |
| HSV(B) | 233.68º | 0.99% | 0.98% | - |
| XYZ | 17.54 | 7.68 | 90.18 | - |
| YUV | 45.42 | 242.89 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 249 | 0.99 | 0.89 | 0 | 0.02 | 233.68 | 0.98 | 0.49 |
| Hex | 2 | 1C | F9 | 63 | 59 | 0 | 2 | EA | 62 | 31 |
| Octal | 2 | 34 | 371 | 143 | 131 | 0 | 2 | 352 | 142 | 61 |
| Binary | 10 | 11100 | 11111001 | 1100011 | 1011001 | 0 | 10 | 11101010 | 1100010 | 110001 |
Color Harmonies of #021CF9
Complementary color
Monochromatic Colors of #021CF9
Black with #021CF9
Text Example
Text Example
White with #021CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CF9; }
p { color: rgb(2,28,249); }
H1.HeaderClassName
{
color: #021CF9;
}
.AnyTagClassName
{
color: #021CF9;
}
</style>
background-color css
<style>
a { background-color: #021CF9; }
a { background-color: rgb(2,28,249); }
div.DivClassName
{
background-color: #021CF9;
}
.BgClassName
{
background-color: #021CF9;
}
</style>
border-color css
<style>
span { border-color: #021CF9; }
span { border-color: rgb(2,28,249); }
td.TdClassName
{
border-color: #021CF9;
}
.TagClassName
{
border-color: #021CF9;
}
</style>