Shades of Blue #0228FB
Tints of Blue #0228FB
RGB
CMYK
RGB Variations
Color information
#0228FB (or 0x0228FB) is known color: Blue. HEX triplet: 02, 28 and FB. RGB value is (2,40,251). Sum of RGB (Red+Green+Blue) = 2+40+251=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #0228FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0228FB is #FDD704. Grayscale: #333333. Windows color (decimal): -16635653 or 16459778. OLE color: 16459778.
HSL color Cylindrical-coordinate representation of color #0228FB: hue angle of 230.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228FB is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 40 | 251 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.02 |
| HSL | 230.84º | 0.98% | 0.5% | - |
| HSV(B) | 230.84º | 0.99% | 0.98% | - |
| XYZ | 18.2 | 8.5 | 91.95 | - |
| YUV | 52.69 | 239.91 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 251 | 0.99 | 0.84 | 0 | 0.02 | 230.84 | 0.98 | 0.5 |
| Hex | 2 | 28 | FB | 63 | 54 | 0 | 2 | E7 | 62 | 32 |
| Octal | 2 | 50 | 373 | 143 | 124 | 0 | 2 | 347 | 142 | 62 |
| Binary | 10 | 101000 | 11111011 | 1100011 | 1010100 | 0 | 10 | 11100111 | 1100010 | 110010 |
Color Harmonies of #0228FB
Complementary color
Monochromatic Colors of #0228FB
Black with #0228FB
Text Example
Text Example
White with #0228FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0228FB; }
p { color: rgb(2,40,251); }
H1.HeaderClassName
{
color: #0228FB;
}
.AnyTagClassName
{
color: #0228FB;
}
</style>
background-color css
<style>
a { background-color: #0228FB; }
a { background-color: rgb(2,40,251); }
div.DivClassName
{
background-color: #0228FB;
}
.BgClassName
{
background-color: #0228FB;
}
</style>
border-color css
<style>
span { border-color: #0228FB; }
span { border-color: rgb(2,40,251); }
td.TdClassName
{
border-color: #0228FB;
}
.TagClassName
{
border-color: #0228FB;
}
</style>