#0828EB

Color #0828EB Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0828EB

Tints of Blue #0828EB

Color information

#0828EB (or 0x0828EB) is unknown color: approx Blue. HEX triplet: 08, 28 and EB. RGB value is (8,40,235). Sum of RGB (Red+Green+Blue) = 8+40+235=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #0828EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0828EB is #F7D714. Grayscale: #333333. Windows color (decimal): -16242453 or 15411208. OLE color: 15411208.

HSL color Cylindrical-coordinate representation of color #0828EB: hue angle of 231.54º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0828EB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB840235-
CMYK0.970.8300.08
HSL231.54º93.42%47.65%-
HSV(B)231.54º96.6%92.16%-
XYZ15.857.5779.22-
YUV52.66230.996.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 235 (92.19% from 255) = 83.04%
R=2.83%
G=14.13%
B=83.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal8402350.970.8300.08231.5493.4247.65
Hex828EB615308e85d30
Octal105035314112301035013560
Binary1000101000111010111100001101001101000111010001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0828EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0828EB; }

 p { color: rgb(8,40,235); }

 H1.HeaderClassName
 {
   color: #0828EB;
 }
 .AnyTagClassName
 {
   color: #0828EB;
 }
</style>
background-color css

<style>
 a { background-color: #0828EB; }

 a { background-color: rgb(8,40,235); }

 div.DivClassName
 {
   background-color: #0828EB;
 }
 .BgClassName
 {
   background-color: #0828EB;
 }
</style>
border-color css

<style>
 span { border-color: #0828EB; }

 span { border-color: rgb(8,40,235); }

 td.TdClassName
 {
   border-color: #0828EB;
 }
 .TagClassName
 {
   border-color: #0828EB;
 }
</style>