#0228EB

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

Shades of Blue #0228EB

Tints of Blue #0228EB

Color information

#0228EB (or 0x0228EB) is unknown color: approx Blue. HEX triplet: 02, 28 and EB. RGB value is (2,40,235). Sum of RGB (Red+Green+Blue) = 2+40+235=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 235 (92.19% from 255 or 84.84% from 277); Max value from RGB is 235 - color contains mainly: blue. Hex color #0228EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0228EB is #FDD714. Grayscale: #323232. Windows color (decimal): -16635669 or 15411202. OLE color: 15411202.

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

Color convert

RGB240235-
CMYK0.990.8300.08
HSL230.21º98.31%46.47%-
HSV(B)230.21º99.15%92.16%-
XYZ15.787.5379.22-
YUV50.87231.9193.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 235 (92.19% from 255) = 84.84%
R=0.72%
G=14.44%
B=84.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2402350.990.8300.08230.2198.3146.47
Hex228EB635308e6622e
Octal25035314312301034614256
Binary10101000111010111100011101001101000111001101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0228EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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