Shades of Blue #0228FF
Tints of Blue #0228FF
RGB
CMYK
RGB Variations
Color information
#0228FF (or 0x0228FF) is known color: Blue. HEX triplet: 02, 28 and FF. RGB value is (2,40,255). Sum of RGB (Red+Green+Blue) = 2+40+255=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #0228FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0228FF is #FDD700. Grayscale: #343434. Windows color (decimal): -16635649 or 16721922. OLE color: 16721922.
HSL color Cylindrical-coordinate representation of color #0228FF: hue angle of 230.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228FF is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 40 | 255 | - |
| CMYK | 0.99 | 0.84 | 0 | 0 |
| HSL | 230.99º | 1% | 0.5% | - |
| HSV(B) | 230.99º | 0.99% | 1% | - |
| XYZ | 18.83 | 8.75 | 95.3 | - |
| YUV | 53.15 | 241.91 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 255 | 0.99 | 0.84 | 0 | 0 | 230.99 | 1 | 0.5 |
| Hex | 2 | 28 | FF | 63 | 54 | 0 | 0 | E7 | 64 | 32 |
| Octal | 2 | 50 | 377 | 143 | 124 | 0 | 0 | 347 | 144 | 62 |
| Binary | 10 | 101000 | 11111111 | 1100011 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0228FF
Complementary color
Monochromatic Colors of #0228FF
Black with #0228FF
Text Example
Text Example
White with #0228FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0228FF; }
p { color: rgb(2,40,255); }
H1.HeaderClassName
{
color: #0228FF;
}
.AnyTagClassName
{
color: #0228FF;
}
</style>
background-color css
<style>
a { background-color: #0228FF; }
a { background-color: rgb(2,40,255); }
div.DivClassName
{
background-color: #0228FF;
}
.BgClassName
{
background-color: #0228FF;
}
</style>
border-color css
<style>
span { border-color: #0228FF; }
span { border-color: rgb(2,40,255); }
td.TdClassName
{
border-color: #0228FF;
}
.TagClassName
{
border-color: #0228FF;
}
</style>