Shades of Blue #0224EB
Tints of Blue #0224EB
RGB
CMYK
RGB Variations
Color information
#0224EB (or 0x0224EB) is known color: Blue. HEX triplet: 02, 24 and EB. RGB value is (2,36,235). Sum of RGB (Red+Green+Blue) = 2+36+235=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 235 (92.19% from 255 or 86.08% from 273); Max value from RGB is 235 - color contains mainly: blue. Hex color #0224EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0224EB is #FDDB14. Grayscale: #2F2F2F. Windows color (decimal): -16636693 or 15410178. OLE color: 15410178.
HSL color Cylindrical-coordinate representation of color #0224EB: hue angle of 231.24º 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 #0224EB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 36 | 235 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.08 |
| HSL | 231.24º | 0.98% | 0.46% | - |
| HSV(B) | 231.24º | 0.99% | 0.92% | - |
| XYZ | 15.65 | 7.27 | 79.18 | - |
| YUV | 48.52 | 233.24 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 235 | 0.99 | 0.85 | 0 | 0.08 | 231.24 | 0.98 | 0.46 |
| Hex | 2 | 24 | EB | 63 | 55 | 0 | 8 | E7 | 62 | 2E |
| Octal | 2 | 44 | 353 | 143 | 125 | 0 | 10 | 347 | 142 | 56 |
| Binary | 10 | 100100 | 11101011 | 1100011 | 1010101 | 0 | 1000 | 11100111 | 1100010 | 101110 |
Color Harmonies of #0224EB
Complementary color
Monochromatic Colors of #0224EB
Black with #0224EB
Text Example
Text Example
White with #0224EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0224EB; }
p { color: rgb(2,36,235); }
H1.HeaderClassName
{
color: #0224EB;
}
.AnyTagClassName
{
color: #0224EB;
}
</style>
background-color css
<style>
a { background-color: #0224EB; }
a { background-color: rgb(2,36,235); }
div.DivClassName
{
background-color: #0224EB;
}
.BgClassName
{
background-color: #0224EB;
}
</style>
border-color css
<style>
span { border-color: #0224EB; }
span { border-color: rgb(2,36,235); }
td.TdClassName
{
border-color: #0224EB;
}
.TagClassName
{
border-color: #0224EB;
}
</style>