Shades of Blue #0226EC
Tints of Blue #0226EC
RGB
CMYK
RGB Variations
Color information
#0226EC (or 0x0226EC) is known color: Blue. HEX triplet: 02, 26 and EC. RGB value is (2,38,236). Sum of RGB (Red+Green+Blue) = 2+38+236=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 236 (92.58% from 255 or 85.51% from 276); Max value from RGB is 236 - color contains mainly: blue. Hex color #0226EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0226EC is #FDD913. Grayscale: #303030. Windows color (decimal): -16636180 or 15476226. OLE color: 15476226.
HSL color Cylindrical-coordinate representation of color #0226EC: hue angle of 230.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0226EC is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 38 | 236 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.07 |
| HSL | 230.77º | 0.98% | 0.47% | - |
| HSV(B) | 230.77º | 0.99% | 0.93% | - |
| XYZ | 15.86 | 7.46 | 79.96 | - |
| YUV | 49.81 | 233.07 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 236 | 0.99 | 0.84 | 0 | 0.07 | 230.77 | 0.98 | 0.47 |
| Hex | 2 | 26 | EC | 63 | 54 | 0 | 7 | E7 | 62 | 2F |
| Octal | 2 | 46 | 354 | 143 | 124 | 0 | 7 | 347 | 142 | 57 |
| Binary | 10 | 100110 | 11101100 | 1100011 | 1010100 | 0 | 111 | 11100111 | 1100010 | 101111 |
Color Harmonies of #0226EC
Complementary color
Monochromatic Colors of #0226EC
Black with #0226EC
Text Example
Text Example
White with #0226EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0226EC; }
p { color: rgb(2,38,236); }
H1.HeaderClassName
{
color: #0226EC;
}
.AnyTagClassName
{
color: #0226EC;
}
</style>
background-color css
<style>
a { background-color: #0226EC; }
a { background-color: rgb(2,38,236); }
div.DivClassName
{
background-color: #0226EC;
}
.BgClassName
{
background-color: #0226EC;
}
</style>
border-color css
<style>
span { border-color: #0226EC; }
span { border-color: rgb(2,38,236); }
td.TdClassName
{
border-color: #0226EC;
}
.TagClassName
{
border-color: #0226EC;
}
</style>