#0505E5

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

Shades of Medium Blue #0505E5

Tints of Medium Blue #0505E5

Color information

#0505E5 (or 0x0505E5) is unknown color: approx Medium Blue. HEX triplet: 05, 05 and E5. RGB value is (5,5,229). Sum of RGB (Red+Green+Blue) = 5+5+229=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 229 (89.84% from 255 or 95.82% from 239); Max value from RGB is 229 - color contains mainly: blue. Hex color #0505E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0505E5 is #FAFA1A. Grayscale: #1D1D1D. Windows color (decimal): -16448027 or 15009029. OLE color: 15009029.

HSL color Cylindrical-coordinate representation of color #0505E5: hue angle of 240º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0505E5 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB55229-
CMYK0.980.9800.10
HSL240º95.73%45.88%-
HSV(B)240º97.82%89.8%-
XYZ14.265.874.5-
YUV30.54240109.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 229 (89.84% from 255) = 95.82%
R=2.09%
G=2.09%
B=95.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal552290.980.9800.1024095.7345.88
Hex55E562620Af0602e
Octal5534514214201236014056
Binary101101111001011100010110001001010111100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0505E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0505E5; }

 p { color: rgb(5,5,229); }

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

<style>
 a { background-color: #0505E5; }

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

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

<style>
 span { border-color: #0505E5; }

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

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