Shades of Blue #0028EE
Tints of Blue #0028EE
RGB
CMYK
RGB Variations
Color information
#0028EE (or 0x0028EE) is known color: Blue. HEX triplet: 00, 28 and EE. RGB value is (0,40,238). Sum of RGB (Red+Green+Blue) = 0+40+238=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #0028EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0028EE is #FFD711. Grayscale: #313131. Windows color (decimal): -16766738 or 15607808. OLE color: 15607808.
HSL color Cylindrical-coordinate representation of color #0028EE: hue angle of 229.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0028EE is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 40 | 238 | - |
| CMYK | 1 | 0.83 | 0 | 0.07 |
| HSL | 229.92º | 1% | 0.47% | - |
| HSV(B) | 229.92º | 1% | 0.93% | - |
| XYZ | 16.19 | 7.69 | 81.52 | - |
| YUV | 50.61 | 233.75 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 238 | 1 | 0.83 | 0 | 0.07 | 229.92 | 1 | 0.47 |
| Hex | 0 | 28 | EE | 64 | 53 | 0 | 7 | E6 | 64 | 2F |
| Octal | 0 | 50 | 356 | 144 | 123 | 0 | 7 | 346 | 144 | 57 |
| Binary | 0 | 101000 | 11101110 | 1100100 | 1010011 | 0 | 111 | 11100110 | 1100100 | 101111 |
Color Harmonies of #0028EE
Complementary color
Monochromatic Colors of #0028EE
Black with #0028EE
Text Example
Text Example
White with #0028EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0028EE; }
p { color: rgb(0,40,238); }
H1.HeaderClassName
{
color: #0028EE;
}
.AnyTagClassName
{
color: #0028EE;
}
</style>
background-color css
<style>
a { background-color: #0028EE; }
a { background-color: rgb(0,40,238); }
div.DivClassName
{
background-color: #0028EE;
}
.BgClassName
{
background-color: #0028EE;
}
</style>
border-color css
<style>
span { border-color: #0028EE; }
span { border-color: rgb(0,40,238); }
td.TdClassName
{
border-color: #0028EE;
}
.TagClassName
{
border-color: #0028EE;
}
</style>