Shades of Blue #020AFD
Tints of Blue #020AFD
RGB
CMYK
RGB Variations
Color information
#020AFD (or 0x020AFD) is known color: Blue. HEX triplet: 02, 0A and FD. RGB value is (2,10,253). Sum of RGB (Red+Green+Blue) = 2+10+253=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 253 (99.22% from 255 or 95.47% from 265); Max value from RGB is 253 - color contains mainly: blue. Hex color #020AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AFD is #FDF502. Grayscale: #222222. Windows color (decimal): -16643331 or 16583170. OLE color: 16583170.
HSL color Cylindrical-coordinate representation of color #020AFD: hue angle of 238.09º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AFD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 10 | 253 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.01 |
| HSL | 238.09º | 0.98% | 0.5% | - |
| HSV(B) | 238.09º | 0.99% | 0.99% | - |
| XYZ | 17.86 | 7.32 | 93.4 | - |
| YUV | 35.31 | 250.85 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 253 | 0.99 | 0.96 | 0 | 0.01 | 238.09 | 0.98 | 0.5 |
| Hex | 2 | A | FD | 63 | 60 | 0 | 1 | EE | 62 | 32 |
| Octal | 2 | 12 | 375 | 143 | 140 | 0 | 1 | 356 | 142 | 62 |
| Binary | 10 | 1010 | 11111101 | 1100011 | 1100000 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #020AFD
Complementary color
Monochromatic Colors of #020AFD
Black with #020AFD
Text Example
Text Example
White with #020AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AFD; }
p { color: rgb(2,10,253); }
H1.HeaderClassName
{
color: #020AFD;
}
.AnyTagClassName
{
color: #020AFD;
}
</style>
background-color css
<style>
a { background-color: #020AFD; }
a { background-color: rgb(2,10,253); }
div.DivClassName
{
background-color: #020AFD;
}
.BgClassName
{
background-color: #020AFD;
}
</style>
border-color css
<style>
span { border-color: #020AFD; }
span { border-color: rgb(2,10,253); }
td.TdClassName
{
border-color: #020AFD;
}
.TagClassName
{
border-color: #020AFD;
}
</style>