Shades of Blue #0028FE
Tints of Blue #0028FE
RGB
CMYK
RGB Variations
Color information
#0028FE (or 0x0028FE) is known color: Blue. HEX triplet: 00, 28 and FE. RGB value is (0,40,254). Sum of RGB (Red+Green+Blue) = 0+40+254=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 254 (99.61% from 255 or 86.39% from 294); Max value from RGB is 254 - color contains mainly: blue. Hex color #0028FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0028FE is #FFD701. Grayscale: #333333. Windows color (decimal): -16766722 or 16656384. OLE color: 16656384.
HSL color Cylindrical-coordinate representation of color #0028FE: hue angle of 230.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028FE is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 40 | 254 | - |
| CMYK | 1 | 0.84 | 0 | 0.00 |
| HSL | 230.55º | 1% | 0.5% | - |
| HSV(B) | 230.55º | 1% | 1% | - |
| XYZ | 18.65 | 8.67 | 94.46 | - |
| YUV | 52.44 | 241.75 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 254 | 1 | 0.84 | 0 | 0.00 | 230.55 | 1 | 0.5 |
| Hex | 0 | 28 | FE | 64 | 54 | 0 | 0 | E7 | 64 | 32 |
| Octal | 0 | 50 | 376 | 144 | 124 | 0 | 0 | 347 | 144 | 62 |
| Binary | 0 | 101000 | 11111110 | 1100100 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0028FE
Complementary color
Monochromatic Colors of #0028FE
Black with #0028FE
Text Example
Text Example
White with #0028FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028FE; }
p { color: rgb(0,40,254); }
H1.HeaderClassName
{
color: #0028FE;
}
.AnyTagClassName
{
color: #0028FE;
}
</style>
background-color css
<style>
a { background-color: #0028FE; }
a { background-color: rgb(0,40,254); }
div.DivClassName
{
background-color: #0028FE;
}
.BgClassName
{
background-color: #0028FE;
}
</style>
border-color css
<style>
span { border-color: #0028FE; }
span { border-color: rgb(0,40,254); }
td.TdClassName
{
border-color: #0028FE;
}
.TagClassName
{
border-color: #0028FE;
}
</style>