#0226EB

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

Shades of Blue #0226EB

Tints of Blue #0226EB

Color information

#0226EB (or 0x0226EB) is unknown color: approx Blue. HEX triplet: 02, 26 and EB. RGB value is (2,38,235). Sum of RGB (Red+Green+Blue) = 2+38+235=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #0226EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0226EB is #FDD914. Grayscale: #303030. Windows color (decimal): -16636181 or 15410690. OLE color: 15410690.

HSL color Cylindrical-coordinate representation of color #0226EB: hue angle of 230.73º 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 #0226EB is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB238235-
CMYK0.990.8400.08
HSL230.73º98.31%46.47%-
HSV(B)230.73º99.15%92.16%-
XYZ15.717.479.2-
YUV49.69232.5793.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 235 (92.19% from 255) = 85.45%
R=0.73%
G=13.82%
B=85.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2382350.990.8400.08230.7398.3146.47
Hex226EB635408e7622e
Octal24635314312401034714256
Binary10100110111010111100011101010001000111001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0226EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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