Shades of Blue #022CEA
Tints of Blue #022CEA
RGB
CMYK
RGB Variations
Color information
#022CEA (or 0x022CEA) is known color: Blue. HEX triplet: 02, 2C and EA. RGB value is (2,44,234). Sum of RGB (Red+Green+Blue) = 2+44+234=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #022CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022CEA is #FDD315. Grayscale: #343434. Windows color (decimal): -16634646 or 15346690. OLE color: 15346690.
HSL color Cylindrical-coordinate representation of color #022CEA: hue angle of 229.14º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CEA is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 44 | 234 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.08 |
| HSL | 229.14º | 0.98% | 0.46% | - |
| HSV(B) | 229.14º | 0.99% | 0.92% | - |
| XYZ | 15.78 | 7.75 | 78.51 | - |
| YUV | 53.1 | 230.09 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 234 | 0.99 | 0.81 | 0 | 0.08 | 229.14 | 0.98 | 0.46 |
| Hex | 2 | 2C | EA | 63 | 51 | 0 | 8 | E5 | 62 | 2E |
| Octal | 2 | 54 | 352 | 143 | 121 | 0 | 10 | 345 | 142 | 56 |
| Binary | 10 | 101100 | 11101010 | 1100011 | 1010001 | 0 | 1000 | 11100101 | 1100010 | 101110 |
Color Harmonies of #022CEA
Complementary color
Monochromatic Colors of #022CEA
Black with #022CEA
Text Example
Text Example
White with #022CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022CEA; }
p { color: rgb(2,44,234); }
H1.HeaderClassName
{
color: #022CEA;
}
.AnyTagClassName
{
color: #022CEA;
}
</style>
background-color css
<style>
a { background-color: #022CEA; }
a { background-color: rgb(2,44,234); }
div.DivClassName
{
background-color: #022CEA;
}
.BgClassName
{
background-color: #022CEA;
}
</style>
border-color css
<style>
span { border-color: #022CEA; }
span { border-color: rgb(2,44,234); }
td.TdClassName
{
border-color: #022CEA;
}
.TagClassName
{
border-color: #022CEA;
}
</style>