Shades of Blue #021CE7
Tints of Blue #021CE7
RGB
CMYK
RGB Variations
Color information
#021CE7 (or 0x021CE7) is known color: Blue. HEX triplet: 02, 1C and E7. RGB value is (2,28,231). Sum of RGB (Red+Green+Blue) = 2+28+231=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 231 (90.62% from 255 or 88.51% from 261); Max value from RGB is 231 - color contains mainly: blue. Hex color #021CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021CE7 is #FDE318. Grayscale: #2A2A2A. Windows color (decimal): -16638745 or 15145986. OLE color: 15145986.
HSL color Cylindrical-coordinate representation of color #021CE7: hue angle of 233.19º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CE7 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 28 | 231 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.09 |
| HSL | 233.19º | 0.98% | 0.46% | - |
| HSV(B) | 233.19º | 0.99% | 0.91% | - |
| XYZ | 14.86 | 6.61 | 76.09 | - |
| YUV | 43.37 | 233.89 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 231 | 0.99 | 0.88 | 0 | 0.09 | 233.19 | 0.98 | 0.46 |
| Hex | 2 | 1C | E7 | 63 | 58 | 0 | 9 | E9 | 62 | 2E |
| Octal | 2 | 34 | 347 | 143 | 130 | 0 | 11 | 351 | 142 | 56 |
| Binary | 10 | 11100 | 11100111 | 1100011 | 1011000 | 0 | 1001 | 11101001 | 1100010 | 101110 |
Color Harmonies of #021CE7
Complementary color
Monochromatic Colors of #021CE7
Black with #021CE7
Text Example
Text Example
White with #021CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021CE7; }
p { color: rgb(2,28,231); }
H1.HeaderClassName
{
color: #021CE7;
}
.AnyTagClassName
{
color: #021CE7;
}
</style>
background-color css
<style>
a { background-color: #021CE7; }
a { background-color: rgb(2,28,231); }
div.DivClassName
{
background-color: #021CE7;
}
.BgClassName
{
background-color: #021CE7;
}
</style>
border-color css
<style>
span { border-color: #021CE7; }
span { border-color: rgb(2,28,231); }
td.TdClassName
{
border-color: #021CE7;
}
.TagClassName
{
border-color: #021CE7;
}
</style>