Shades of Blue #0223EC
Tints of Blue #0223EC
RGB
CMYK
RGB Variations
Color information
#0223EC (or 0x0223EC) is known color: Blue. HEX triplet: 02, 23 and EC. RGB value is (2,35,236). Sum of RGB (Red+Green+Blue) = 2+35+236=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 236 (92.58% from 255 or 86.45% from 273); Max value from RGB is 236 - color contains mainly: blue. Hex color #0223EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0223EC is #FDDC13. Grayscale: #2F2F2F. Windows color (decimal): -16636948 or 15475458. OLE color: 15475458.
HSL color Cylindrical-coordinate representation of color #0223EC: hue angle of 231.54º 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 #0223EC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 35 | 236 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.07 |
| HSL | 231.54º | 0.98% | 0.47% | - |
| HSV(B) | 231.54º | 0.99% | 0.93% | - |
| XYZ | 15.77 | 7.27 | 79.93 | - |
| YUV | 48.05 | 234.07 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 236 | 0.99 | 0.85 | 0 | 0.07 | 231.54 | 0.98 | 0.47 |
| Hex | 2 | 23 | EC | 63 | 55 | 0 | 7 | E8 | 62 | 2F |
| Octal | 2 | 43 | 354 | 143 | 125 | 0 | 7 | 350 | 142 | 57 |
| Binary | 10 | 100011 | 11101100 | 1100011 | 1010101 | 0 | 111 | 11101000 | 1100010 | 101111 |
Color Harmonies of #0223EC
Complementary color
Monochromatic Colors of #0223EC
Black with #0223EC
Text Example
Text Example
White with #0223EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223EC; }
p { color: rgb(2,35,236); }
H1.HeaderClassName
{
color: #0223EC;
}
.AnyTagClassName
{
color: #0223EC;
}
</style>
background-color css
<style>
a { background-color: #0223EC; }
a { background-color: rgb(2,35,236); }
div.DivClassName
{
background-color: #0223EC;
}
.BgClassName
{
background-color: #0223EC;
}
</style>
border-color css
<style>
span { border-color: #0223EC; }
span { border-color: rgb(2,35,236); }
td.TdClassName
{
border-color: #0223EC;
}
.TagClassName
{
border-color: #0223EC;
}
</style>