Shades of Blue #020BF2
Tints of Blue #020BF2
RGB
CMYK
RGB Variations
Color information
#020BF2 (or 0x020BF2) is known color: Blue. HEX triplet: 02, 0B and F2. RGB value is (2,11,242). Sum of RGB (Red+Green+Blue) = 2+11+242=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 242 (94.92% from 255 or 94.90% from 255); Max value from RGB is 242 - color contains mainly: blue. Hex color #020BF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BF2 is #FDF40D. Grayscale: #212121. Windows color (decimal): -16643086 or 15862530. OLE color: 15862530.
HSL color Cylindrical-coordinate representation of color #020BF2: hue angle of 237.75º 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 #020BF2 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 11 | 242 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.05 |
| HSL | 237.75º | 0.98% | 0.48% | - |
| HSV(B) | 237.75º | 0.99% | 0.95% | - |
| XYZ | 16.17 | 6.66 | 84.44 | - |
| YUV | 34.64 | 245.02 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 242 | 0.99 | 0.95 | 0 | 0.05 | 237.75 | 0.98 | 0.48 |
| Hex | 2 | B | F2 | 63 | 5F | 0 | 5 | EE | 62 | 30 |
| Octal | 2 | 13 | 362 | 143 | 137 | 0 | 5 | 356 | 142 | 60 |
| Binary | 10 | 1011 | 11110010 | 1100011 | 1011111 | 0 | 101 | 11101110 | 1100010 | 110000 |
Color Harmonies of #020BF2
Complementary color
Monochromatic Colors of #020BF2
Black with #020BF2
Text Example
Text Example
White with #020BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BF2; }
p { color: rgb(2,11,242); }
H1.HeaderClassName
{
color: #020BF2;
}
.AnyTagClassName
{
color: #020BF2;
}
</style>
background-color css
<style>
a { background-color: #020BF2; }
a { background-color: rgb(2,11,242); }
div.DivClassName
{
background-color: #020BF2;
}
.BgClassName
{
background-color: #020BF2;
}
</style>
border-color css
<style>
span { border-color: #020BF2; }
span { border-color: rgb(2,11,242); }
td.TdClassName
{
border-color: #020BF2;
}
.TagClassName
{
border-color: #020BF2;
}
</style>