Shades of Blue #0028EF
Tints of Blue #0028EF
RGB
CMYK
RGB Variations
Color information
#0028EF (or 0x0028EF) is known color: Blue. HEX triplet: 00, 28 and EF. RGB value is (0,40,239). Sum of RGB (Red+Green+Blue) = 0+40+239=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #0028EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0028EF is #FFD710. Grayscale: #313131. Windows color (decimal): -16766737 or 15673344. OLE color: 15673344.
HSL color Cylindrical-coordinate representation of color #0028EF: hue angle of 229.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028EF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 40 | 239 | - |
| CMYK | 1 | 0.83 | 0 | 0.06 |
| HSL | 229.96º | 1% | 0.47% | - |
| HSV(B) | 229.96º | 1% | 0.94% | - |
| XYZ | 16.34 | 7.75 | 82.3 | - |
| YUV | 50.73 | 234.25 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 239 | 1 | 0.83 | 0 | 0.06 | 229.96 | 1 | 0.47 |
| Hex | 0 | 28 | EF | 64 | 53 | 0 | 6 | E6 | 64 | 2F |
| Octal | 0 | 50 | 357 | 144 | 123 | 0 | 6 | 346 | 144 | 57 |
| Binary | 0 | 101000 | 11101111 | 1100100 | 1010011 | 0 | 110 | 11100110 | 1100100 | 101111 |
Color Harmonies of #0028EF
Complementary color
Monochromatic Colors of #0028EF
Black with #0028EF
Text Example
Text Example
White with #0028EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028EF; }
p { color: rgb(0,40,239); }
H1.HeaderClassName
{
color: #0028EF;
}
.AnyTagClassName
{
color: #0028EF;
}
</style>
background-color css
<style>
a { background-color: #0028EF; }
a { background-color: rgb(0,40,239); }
div.DivClassName
{
background-color: #0028EF;
}
.BgClassName
{
background-color: #0028EF;
}
</style>
border-color css
<style>
span { border-color: #0028EF; }
span { border-color: rgb(0,40,239); }
td.TdClassName
{
border-color: #0028EF;
}
.TagClassName
{
border-color: #0028EF;
}
</style>