Shades of Blue #020FF1
Tints of Blue #020FF1
RGB
CMYK
RGB Variations
Color information
#020FF1 (or 0x020FF1) is known color: Blue. HEX triplet: 02, 0F and F1. RGB value is (2,15,241). Sum of RGB (Red+Green+Blue) = 2+15+241=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 241 (94.53% from 255 or 93.41% from 258); Max value from RGB is 241 - color contains mainly: blue. Hex color #020FF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FF1 is #FDF00E. Grayscale: #232323. Windows color (decimal): -16642063 or 15798018. OLE color: 15798018.
HSL color Cylindrical-coordinate representation of color #020FF1: hue angle of 236.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FF1 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 15 | 241 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.05 |
| HSL | 236.74º | 0.98% | 0.48% | - |
| HSV(B) | 236.74º | 0.99% | 0.95% | - |
| XYZ | 16.07 | 6.71 | 83.67 | - |
| YUV | 36.88 | 243.19 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 241 | 0.99 | 0.94 | 0 | 0.05 | 236.74 | 0.98 | 0.48 |
| Hex | 2 | F | F1 | 63 | 5E | 0 | 5 | ED | 62 | 30 |
| Octal | 2 | 17 | 361 | 143 | 136 | 0 | 5 | 355 | 142 | 60 |
| Binary | 10 | 1111 | 11110001 | 1100011 | 1011110 | 0 | 101 | 11101101 | 1100010 | 110000 |
Color Harmonies of #020FF1
Complementary color
Monochromatic Colors of #020FF1
Black with #020FF1
Text Example
Text Example
White with #020FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FF1; }
p { color: rgb(2,15,241); }
H1.HeaderClassName
{
color: #020FF1;
}
.AnyTagClassName
{
color: #020FF1;
}
</style>
background-color css
<style>
a { background-color: #020FF1; }
a { background-color: rgb(2,15,241); }
div.DivClassName
{
background-color: #020FF1;
}
.BgClassName
{
background-color: #020FF1;
}
</style>
border-color css
<style>
span { border-color: #020FF1; }
span { border-color: rgb(2,15,241); }
td.TdClassName
{
border-color: #020FF1;
}
.TagClassName
{
border-color: #020FF1;
}
</style>