#050BE2

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

Shades of Medium Blue #050BE2

Tints of Medium Blue #050BE2

Color information

#050BE2 (or 0x050BE2) is unknown color: approx Medium Blue. HEX triplet: 05, 0B and E2. RGB value is (5,11,226). Sum of RGB (Red+Green+Blue) = 5+11+226=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 226 (88.67% from 255 or 93.39% from 242); Max value from RGB is 226 - color contains mainly: blue. Hex color #050BE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BE2 is #FAF41D. Grayscale: #202020. Windows color (decimal): -16446494 or 14813957. OLE color: 14813957.

HSL color Cylindrical-coordinate representation of color #050BE2: hue angle of 238.37º 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 #050BE2 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB511226-
CMYK0.980.9500.11
HSL238.37º95.67%45.29%-
HSV(B)238.37º97.79%88.63%-
XYZ13.915.7672.33-
YUV33.72236.51107.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 226 (88.67% from 255) = 93.39%
R=2.07%
G=4.55%
B=93.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5112260.980.9500.11238.3795.6745.29
Hex5BE2625F0Bee602d
Octal51334214213701335614055
Binary1011011111000101100010101111101011111011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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