Shades of Blue #020AF3
Tints of Blue #020AF3
RGB
CMYK
RGB Variations
Color information
#020AF3 (or 0x020AF3) is known color: Blue. HEX triplet: 02, 0A and F3. RGB value is (2,10,243). Sum of RGB (Red+Green+Blue) = 2+10+243=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 243 (95.31% from 255 or 95.29% from 255); Max value from RGB is 243 - color contains mainly: blue. Hex color #020AF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AF3 is #FDF50C. Grayscale: #212121. Windows color (decimal): -16643341 or 15927810. OLE color: 15927810.
HSL color Cylindrical-coordinate representation of color #020AF3: hue angle of 238.01º 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 #020AF3 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 10 | 243 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.05 |
| HSL | 238.01º | 0.98% | 0.48% | - |
| HSV(B) | 238.01º | 0.99% | 0.95% | - |
| XYZ | 16.31 | 6.7 | 85.23 | - |
| YUV | 34.17 | 245.85 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 243 | 0.99 | 0.96 | 0 | 0.05 | 238.01 | 0.98 | 0.48 |
| Hex | 2 | A | F3 | 63 | 60 | 0 | 5 | EE | 62 | 30 |
| Octal | 2 | 12 | 363 | 143 | 140 | 0 | 5 | 356 | 142 | 60 |
| Binary | 10 | 1010 | 11110011 | 1100011 | 1100000 | 0 | 101 | 11101110 | 1100010 | 110000 |
Color Harmonies of #020AF3
Complementary color
Monochromatic Colors of #020AF3
Black with #020AF3
Text Example
Text Example
White with #020AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AF3; }
p { color: rgb(2,10,243); }
H1.HeaderClassName
{
color: #020AF3;
}
.AnyTagClassName
{
color: #020AF3;
}
</style>
background-color css
<style>
a { background-color: #020AF3; }
a { background-color: rgb(2,10,243); }
div.DivClassName
{
background-color: #020AF3;
}
.BgClassName
{
background-color: #020AF3;
}
</style>
border-color css
<style>
span { border-color: #020AF3; }
span { border-color: rgb(2,10,243); }
td.TdClassName
{
border-color: #020AF3;
}
.TagClassName
{
border-color: #020AF3;
}
</style>