#050AE2

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

Shades of Medium Blue #050AE2

Tints of Medium Blue #050AE2

Color information

#050AE2 (or 0x050AE2) is unknown color: approx Medium Blue. HEX triplet: 05, 0A and E2. RGB value is (5,10,226). Sum of RGB (Red+Green+Blue) = 5+10+226=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 226 (88.67% from 255 or 93.78% from 241); Max value from RGB is 226 - color contains mainly: blue. Hex color #050AE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050AE2 is #FAF51D. Grayscale: #202020. Windows color (decimal): -16446750 or 14813701. OLE color: 14813701.

HSL color Cylindrical-coordinate representation of color #050AE2: hue angle of 238.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050AE2 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB510226-
CMYK0.980.9600.11
HSL238.64º95.67%45.29%-
HSV(B)238.64º97.79%88.63%-
XYZ13.95.7472.33-
YUV33.13236.84107.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 226 (88.67% from 255) = 93.78%
R=2.07%
G=4.15%
B=93.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5102260.980.9600.11238.6495.6745.29
Hex5AE262600Bef602d
Octal51234214214001335714055
Binary1011010111000101100010110000001011111011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050AE2; }

 p { color: rgb(5,10,226); }

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

<style>
 a { background-color: #050AE2; }

 a { background-color: rgb(5,10,226); }

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

<style>
 span { border-color: #050AE2; }

 span { border-color: rgb(5,10,226); }

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