#0226ED

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

Shades of Blue #0226ED

Tints of Blue #0226ED

Color information

#0226ED (or 0x0226ED) is unknown color: approx Blue. HEX triplet: 02, 26 and ED. RGB value is (2,38,237). Sum of RGB (Red+Green+Blue) = 2+38+237=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 237 (92.97% from 255 or 85.56% from 277); Max value from RGB is 237 - color contains mainly: blue. Hex color #0226ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0226ED is #FDD912. Grayscale: #313131. Windows color (decimal): -16636179 or 15541762. OLE color: 15541762.

HSL color Cylindrical-coordinate representation of color #0226ED: hue angle of 230.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0226ED is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238237-
CMYK0.990.8400.07
HSL230.81º98.33%46.86%-
HSV(B)230.81º99.16%92.94%-
XYZ167.5180.73-
YUV49.92233.5793.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 237 (92.97% from 255) = 85.56%
R=0.72%
G=13.72%
B=85.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382370.990.8400.07230.8198.3346.86
Hex226ED635407e7622f
Octal2463551431240734714257
Binary1010011011101101110001110101000111111001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0226ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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