Shades of Blue #0028FD
Tints of Blue #0028FD
RGB
CMYK
RGB Variations
Color information
#0028FD (or 0x0028FD) is known color: Blue. HEX triplet: 00, 28 and FD. RGB value is (0,40,253). Sum of RGB (Red+Green+Blue) = 0+40+253=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 253 (99.22% from 255 or 86.35% from 293); Max value from RGB is 253 - color contains mainly: blue. Hex color #0028FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0028FD is #FFD702. Grayscale: #333333. Windows color (decimal): -16766723 or 16590848. OLE color: 16590848.
HSL color Cylindrical-coordinate representation of color #0028FD: hue angle of 230.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028FD is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 40 | 253 | - |
| CMYK | 1 | 0.84 | 0 | 0.01 |
| HSL | 230.51º | 1% | 0.5% | - |
| HSV(B) | 230.51º | 1% | 0.99% | - |
| XYZ | 18.49 | 8.61 | 93.62 | - |
| YUV | 52.32 | 241.25 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 253 | 1 | 0.84 | 0 | 0.01 | 230.51 | 1 | 0.5 |
| Hex | 0 | 28 | FD | 64 | 54 | 0 | 1 | E7 | 64 | 32 |
| Octal | 0 | 50 | 375 | 144 | 124 | 0 | 1 | 347 | 144 | 62 |
| Binary | 0 | 101000 | 11111101 | 1100100 | 1010100 | 0 | 1 | 11100111 | 1100100 | 110010 |
Color Harmonies of #0028FD
Complementary color
Monochromatic Colors of #0028FD
Black with #0028FD
Text Example
Text Example
White with #0028FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028FD; }
p { color: rgb(0,40,253); }
H1.HeaderClassName
{
color: #0028FD;
}
.AnyTagClassName
{
color: #0028FD;
}
</style>
background-color css
<style>
a { background-color: #0028FD; }
a { background-color: rgb(0,40,253); }
div.DivClassName
{
background-color: #0028FD;
}
.BgClassName
{
background-color: #0028FD;
}
</style>
border-color css
<style>
span { border-color: #0028FD; }
span { border-color: rgb(0,40,253); }
td.TdClassName
{
border-color: #0028FD;
}
.TagClassName
{
border-color: #0028FD;
}
</style>