Shades of Medium Blue #0228E5
Tints of Medium Blue #0228E5
RGB
CMYK
RGB Variations
Color information
#0228E5 (or 0x0228E5) is known color: Medium Blue. HEX triplet: 02, 28 and E5. RGB value is (2,40,229). Sum of RGB (Red+Green+Blue) = 2+40+229=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 229 (89.84% from 255 or 84.50% from 271); Max value from RGB is 229 - color contains mainly: blue. Hex color #0228E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228E5 is #FDD71A. Grayscale: #313131. Windows color (decimal): -16635675 or 15017986. OLE color: 15017986.
HSL color Cylindrical-coordinate representation of color #0228E5: hue angle of 229.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228E5 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 40 | 229 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.10 |
| HSL | 229.96º | 0.98% | 0.45% | - |
| HSV(B) | 229.96º | 0.99% | 0.9% | - |
| XYZ | 14.93 | 7.19 | 74.73 | - |
| YUV | 50.18 | 228.91 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 229 | 0.99 | 0.83 | 0 | 0.10 | 229.96 | 0.98 | 0.45 |
| Hex | 2 | 28 | E5 | 63 | 53 | 0 | A | E6 | 62 | 2D |
| Octal | 2 | 50 | 345 | 143 | 123 | 0 | 12 | 346 | 142 | 55 |
| Binary | 10 | 101000 | 11100101 | 1100011 | 1010011 | 0 | 1010 | 11100110 | 1100010 | 101101 |
Color Harmonies of #0228E5
Complementary color
Monochromatic Colors of #0228E5
Black with #0228E5
Text Example
Text Example
White with #0228E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0228E5; }
p { color: rgb(2,40,229); }
H1.HeaderClassName
{
color: #0228E5;
}
.AnyTagClassName
{
color: #0228E5;
}
</style>
background-color css
<style>
a { background-color: #0228E5; }
a { background-color: rgb(2,40,229); }
div.DivClassName
{
background-color: #0228E5;
}
.BgClassName
{
background-color: #0228E5;
}
</style>
border-color css
<style>
span { border-color: #0228E5; }
span { border-color: rgb(2,40,229); }
td.TdClassName
{
border-color: #0228E5;
}
.TagClassName
{
border-color: #0228E5;
}
</style>