Shades of Blue #020DF2
Tints of Blue #020DF2
RGB
CMYK
RGB Variations
Color information
#020DF2 (or 0x020DF2) is known color: Blue. HEX triplet: 02, 0D and F2. RGB value is (2,13,242). Sum of RGB (Red+Green+Blue) = 2+13+242=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 242 (94.92% from 255 or 94.16% from 257); Max value from RGB is 242 - color contains mainly: blue. Hex color #020DF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020DF2 is #FDF20D. Grayscale: #222222. Windows color (decimal): -16642574 or 15863042. OLE color: 15863042.
HSL color Cylindrical-coordinate representation of color #020DF2: hue angle of 237.25º 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 #020DF2 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 13 | 242 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.05 |
| HSL | 237.25º | 0.98% | 0.48% | - |
| HSV(B) | 237.25º | 0.99% | 0.95% | - |
| XYZ | 16.2 | 6.71 | 84.45 | - |
| YUV | 35.82 | 244.36 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 242 | 0.99 | 0.95 | 0 | 0.05 | 237.25 | 0.98 | 0.48 |
| Hex | 2 | D | F2 | 63 | 5F | 0 | 5 | ED | 62 | 30 |
| Octal | 2 | 15 | 362 | 143 | 137 | 0 | 5 | 355 | 142 | 60 |
| Binary | 10 | 1101 | 11110010 | 1100011 | 1011111 | 0 | 101 | 11101101 | 1100010 | 110000 |
Color Harmonies of #020DF2
Complementary color
Monochromatic Colors of #020DF2
Black with #020DF2
Text Example
Text Example
White with #020DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DF2; }
p { color: rgb(2,13,242); }
H1.HeaderClassName
{
color: #020DF2;
}
.AnyTagClassName
{
color: #020DF2;
}
</style>
background-color css
<style>
a { background-color: #020DF2; }
a { background-color: rgb(2,13,242); }
div.DivClassName
{
background-color: #020DF2;
}
.BgClassName
{
background-color: #020DF2;
}
</style>
border-color css
<style>
span { border-color: #020DF2; }
span { border-color: rgb(2,13,242); }
td.TdClassName
{
border-color: #020DF2;
}
.TagClassName
{
border-color: #020DF2;
}
</style>