Shades of Blue #0028FC
Tints of Blue #0028FC
RGB
CMYK
RGB Variations
Color information
#0028FC (or 0x0028FC) is known color: Blue. HEX triplet: 00, 28 and FC. RGB value is (0,40,252). Sum of RGB (Red+Green+Blue) = 0+40+252=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 252 (98.83% from 255 or 86.30% from 292); Max value from RGB is 252 - color contains mainly: blue. Hex color #0028FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0028FC is #FFD703. Grayscale: #333333. Windows color (decimal): -16766724 or 16525312. OLE color: 16525312.
HSL color Cylindrical-coordinate representation of color #0028FC: hue angle of 230.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028FC is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 40 | 252 | - |
| CMYK | 1 | 0.84 | 0 | 0.01 |
| HSL | 230.48º | 1% | 0.49% | - |
| HSV(B) | 230.48º | 1% | 0.99% | - |
| XYZ | 18.33 | 8.55 | 92.78 | - |
| YUV | 52.21 | 240.75 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 252 | 1 | 0.84 | 0 | 0.01 | 230.48 | 1 | 0.49 |
| Hex | 0 | 28 | FC | 64 | 54 | 0 | 1 | E6 | 64 | 31 |
| Octal | 0 | 50 | 374 | 144 | 124 | 0 | 1 | 346 | 144 | 61 |
| Binary | 0 | 101000 | 11111100 | 1100100 | 1010100 | 0 | 1 | 11100110 | 1100100 | 110001 |
Color Harmonies of #0028FC
Complementary color
Monochromatic Colors of #0028FC
Black with #0028FC
Text Example
Text Example
White with #0028FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028FC; }
p { color: rgb(0,40,252); }
H1.HeaderClassName
{
color: #0028FC;
}
.AnyTagClassName
{
color: #0028FC;
}
</style>
background-color css
<style>
a { background-color: #0028FC; }
a { background-color: rgb(0,40,252); }
div.DivClassName
{
background-color: #0028FC;
}
.BgClassName
{
background-color: #0028FC;
}
</style>
border-color css
<style>
span { border-color: #0028FC; }
span { border-color: rgb(0,40,252); }
td.TdClassName
{
border-color: #0028FC;
}
.TagClassName
{
border-color: #0028FC;
}
</style>