Shades of Blue #020CFE
Tints of Blue #020CFE
RGB
CMYK
RGB Variations
Color information
#020CFE (or 0x020CFE) is known color: Blue. HEX triplet: 02, 0C and FE. RGB value is (2,12,254). Sum of RGB (Red+Green+Blue) = 2+12+254=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 254 (99.61% from 255 or 94.78% from 268); Max value from RGB is 254 - color contains mainly: blue. Hex color #020CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CFE is #FDF301. Grayscale: #232323. Windows color (decimal): -16642818 or 16649218. OLE color: 16649218.
HSL color Cylindrical-coordinate representation of color #020CFE: hue angle of 237.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CFE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 12 | 254 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.00 |
| HSL | 237.62º | 0.99% | 0.5% | - |
| HSV(B) | 237.62º | 0.99% | 1% | - |
| XYZ | 18.05 | 7.43 | 94.25 | - |
| YUV | 36.6 | 250.69 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 254 | 0.99 | 0.95 | 0 | 0.00 | 237.62 | 0.99 | 0.5 |
| Hex | 2 | C | FE | 63 | 5F | 0 | 0 | EE | 63 | 32 |
| Octal | 2 | 14 | 376 | 143 | 137 | 0 | 0 | 356 | 143 | 62 |
| Binary | 10 | 1100 | 11111110 | 1100011 | 1011111 | 0 | 0 | 11101110 | 1100011 | 110010 |
Color Harmonies of #020CFE
Complementary color
Monochromatic Colors of #020CFE
Black with #020CFE
Text Example
Text Example
White with #020CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CFE; }
p { color: rgb(2,12,254); }
H1.HeaderClassName
{
color: #020CFE;
}
.AnyTagClassName
{
color: #020CFE;
}
</style>
background-color css
<style>
a { background-color: #020CFE; }
a { background-color: rgb(2,12,254); }
div.DivClassName
{
background-color: #020CFE;
}
.BgClassName
{
background-color: #020CFE;
}
</style>
border-color css
<style>
span { border-color: #020CFE; }
span { border-color: rgb(2,12,254); }
td.TdClassName
{
border-color: #020CFE;
}
.TagClassName
{
border-color: #020CFE;
}
</style>