Shades of Blue #020CF0
Tints of Blue #020CF0
RGB
CMYK
RGB Variations
Color information
#020CF0 (or 0x020CF0) is known color: Blue. HEX triplet: 02, 0C and F0. RGB value is (2,12,240). Sum of RGB (Red+Green+Blue) = 2+12+240=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 240 (94.14% from 255 or 94.49% from 254); Max value from RGB is 240 - color contains mainly: blue. Hex color #020CF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CF0 is #FDF30F. Grayscale: #222222. Windows color (decimal): -16642832 or 15731714. OLE color: 15731714.
HSL color Cylindrical-coordinate representation of color #020CF0: hue angle of 237.48º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CF0 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 12 | 240 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.06 |
| HSL | 237.48º | 0.98% | 0.47% | - |
| HSV(B) | 237.48º | 0.99% | 0.94% | - |
| XYZ | 15.88 | 6.57 | 82.87 | - |
| YUV | 35 | 243.69 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 240 | 0.99 | 0.95 | 0 | 0.06 | 237.48 | 0.98 | 0.47 |
| Hex | 2 | C | F0 | 63 | 5F | 0 | 6 | ED | 62 | 2F |
| Octal | 2 | 14 | 360 | 143 | 137 | 0 | 6 | 355 | 142 | 57 |
| Binary | 10 | 1100 | 11110000 | 1100011 | 1011111 | 0 | 110 | 11101101 | 1100010 | 101111 |
Color Harmonies of #020CF0
Complementary color
Monochromatic Colors of #020CF0
Black with #020CF0
Text Example
Text Example
White with #020CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CF0; }
p { color: rgb(2,12,240); }
H1.HeaderClassName
{
color: #020CF0;
}
.AnyTagClassName
{
color: #020CF0;
}
</style>
background-color css
<style>
a { background-color: #020CF0; }
a { background-color: rgb(2,12,240); }
div.DivClassName
{
background-color: #020CF0;
}
.BgClassName
{
background-color: #020CF0;
}
</style>
border-color css
<style>
span { border-color: #020CF0; }
span { border-color: rgb(2,12,240); }
td.TdClassName
{
border-color: #020CF0;
}
.TagClassName
{
border-color: #020CF0;
}
</style>