Shades of Blue #0228E8
Tints of Blue #0228E8
RGB
CMYK
RGB Variations
Color information
#0228E8 (or 0x0228E8) is known color: Blue. HEX triplet: 02, 28 and E8. RGB value is (2,40,232). Sum of RGB (Red+Green+Blue) = 2+40+232=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 232 (91.02% from 255 or 84.67% from 274); Max value from RGB is 232 - color contains mainly: blue. Hex color #0228E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0228E8 is #FDD717. Grayscale: #313131. Windows color (decimal): -16635672 or 15214594. OLE color: 15214594.
HSL color Cylindrical-coordinate representation of color #0228E8: hue angle of 230.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228E8 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 40 | 232 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.09 |
| HSL | 230.09º | 0.98% | 0.46% | - |
| HSV(B) | 230.09º | 0.99% | 0.91% | - |
| XYZ | 15.35 | 7.36 | 76.95 | - |
| YUV | 50.53 | 230.41 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 232 | 0.99 | 0.83 | 0 | 0.09 | 230.09 | 0.98 | 0.46 |
| Hex | 2 | 28 | E8 | 63 | 53 | 0 | 9 | E6 | 62 | 2E |
| Octal | 2 | 50 | 350 | 143 | 123 | 0 | 11 | 346 | 142 | 56 |
| Binary | 10 | 101000 | 11101000 | 1100011 | 1010011 | 0 | 1001 | 11100110 | 1100010 | 101110 |
Color Harmonies of #0228E8
Complementary color
Monochromatic Colors of #0228E8
Black with #0228E8
Text Example
Text Example
White with #0228E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0228E8; }
p { color: rgb(2,40,232); }
H1.HeaderClassName
{
color: #0228E8;
}
.AnyTagClassName
{
color: #0228E8;
}
</style>
background-color css
<style>
a { background-color: #0228E8; }
a { background-color: rgb(2,40,232); }
div.DivClassName
{
background-color: #0228E8;
}
.BgClassName
{
background-color: #0228E8;
}
</style>
border-color css
<style>
span { border-color: #0228E8; }
span { border-color: rgb(2,40,232); }
td.TdClassName
{
border-color: #0228E8;
}
.TagClassName
{
border-color: #0228E8;
}
</style>